There was an error while loading. Please reload this page.
1 parent 7252202 commit c34542eCopy full SHA for c34542e
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,9 @@ jobs:
37
with:
38
components: rust-src
39
- name: Install tools
40
- run: sudo apt install -y clang llvm lld gcc-multilib
+ run: |
41
+ sudo apt-get update
42
+ sudo apt-get install -y clang llvm lld gcc-multilib
43
- name: Run build
44
run: cargo build --target "toolchain/${{matrix.arch}}-kernel.json"
45
env:
0 commit comments