diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-10-18 19:04:47 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-10-18 19:04:47 -0400 |
| commit | c7679c4831204dc2ac2f835fe5f0851baf45e9df (patch) | |
| tree | 34f7faff0721798098e8fd187be4e92121671ffb | |
| parent | 99bc37e075573ae8b49893d2bb62f4dfb0595067 (diff) | |
| download | rust-c7679c4831204dc2ac2f835fe5f0851baf45e9df.tar.gz rust-c7679c4831204dc2ac2f835fe5f0851baf45e9df.zip | |
Revome llvm-14-tools from failures CI
| -rw-r--r-- | .github/workflows/failures.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/failures.yml b/.github/workflows/failures.yml index e04648ab630..b2835cd3699 100644 --- a/.github/workflows/failures.yml +++ b/.github/workflows/failures.yml @@ -31,8 +31,7 @@ jobs: path: llvm - name: Install packages - # `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests. - run: sudo apt-get install ninja-build ripgrep llvm-14-tools + run: sudo apt-get install ninja-build ripgrep - name: Download artifact uses: dawidd6/action-download-artifact@v2 |
