We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c595ca3 commit 5f1e5bbCopy full SHA for 5f1e5bb
1 file changed
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v5
18
19
- name: Install dependencies
20
- run: sudo dnf -y llvm-test python3-lit
+ run: sudo dnf install -y llvm-test python3-lit
21
22
- name: Test with GCC
23
run: lit . -Dcompiler=gcc
0 commit comments