Skip to content

Commit b98a641

Browse files
committed
github: fix workflow x2
1 parent 710ad99 commit b98a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Install dependencies
21-
run: sudo apt update && sudo apt install -y build-essential nasm grub-pc-bin xorriso mtools genext2fs curl musl
21+
run: sudo apt update && sudo apt install -y build-essential nasm grub-pc-bin xorriso mtools genext2fs curl musl clang
2222

2323
- name: Run check
2424
run: make -j$(nproc)

0 commit comments

Comments
 (0)