Skip to content

Commit 5f1e5bb

Browse files
committed
fix dependency install step
Signed-off-by: Tsche <che@pydong.org>
1 parent c595ca3 commit 5f1e5bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Install dependencies
20-
run: sudo dnf -y llvm-test python3-lit
20+
run: sudo dnf install -y llvm-test python3-lit
2121

2222
- name: Test with GCC
2323
run: lit . -Dcompiler=gcc

0 commit comments

Comments
 (0)