We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bc37e commit c7679c4Copy full SHA for c7679c4
.github/workflows/failures.yml
@@ -31,8 +31,7 @@ jobs:
31
path: llvm
32
33
- name: Install packages
34
- # `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
35
- run: sudo apt-get install ninja-build ripgrep llvm-14-tools
+ run: sudo apt-get install ninja-build ripgrep
36
37
- name: Download artifact
38
uses: dawidd6/action-download-artifact@v2
0 commit comments