Skip to content

Commit c7679c4

Browse files
committed
Revome llvm-14-tools from failures CI
1 parent 99bc37e commit c7679c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/failures.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
path: llvm
3232

3333
- 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
34+
run: sudo apt-get install ninja-build ripgrep
3635

3736
- name: Download artifact
3837
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)