Skip to content

Commit c34542e

Browse files
committed
meta: Fix CI debug build task
1 parent 7252202 commit c34542e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
with:
3838
components: rust-src
3939
- name: Install tools
40-
run: sudo apt install -y clang llvm lld gcc-multilib
40+
run: |
41+
sudo apt-get update
42+
sudo apt-get install -y clang llvm lld gcc-multilib
4143
- name: Run build
4244
run: cargo build --target "toolchain/${{matrix.arch}}-kernel.json"
4345
env:

0 commit comments

Comments
 (0)