We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710ad99 commit b98a641Copy full SHA for b98a641
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
- name: Install dependencies
21
- run: sudo apt update && sudo apt install -y build-essential nasm grub-pc-bin xorriso mtools genext2fs curl musl
+ run: sudo apt update && sudo apt install -y build-essential nasm grub-pc-bin xorriso mtools genext2fs curl musl clang
22
23
- name: Run check
24
run: make -j$(nproc)
0 commit comments