about summary refs log tree commit diff
diff options
context:
space:
mode:
-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