about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-10-18 19:04:47 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-10-18 19:04:47 -0400
commitc7679c4831204dc2ac2f835fe5f0851baf45e9df (patch)
tree34f7faff0721798098e8fd187be4e92121671ffb
parent99bc37e075573ae8b49893d2bb62f4dfb0595067 (diff)
downloadrust-c7679c4831204dc2ac2f835fe5f0851baf45e9df.tar.gz
rust-c7679c4831204dc2ac2f835fe5f0851baf45e9df.zip
Revome llvm-14-tools from failures CI
-rw-r--r--.github/workflows/failures.yml3
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