We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9275903 commit 3a65b8bCopy full SHA for 3a65b8b
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install all Rust targets for ${{ matrix.rust }}
30
run: rustup target install --toolchain=${{ matrix.rust }} x86_64-unknown-linux-gnu riscv32imac-unknown-none-elf riscv64imac-unknown-none-elf riscv64gc-unknown-none-elf
31
- name: Install riscv gcc
32
- run: apt-get update && apt-get install -y gcc-riscv64-unknown-elf
+ run: sudo apt-get update && sudo apt-get install -y gcc-riscv64-unknown-elf
33
- name: Run CI script for x86_64-unknown-linux-gnu under ${{ matrix.rust }}
34
run: TARGET=x86_64-unknown-linux-gnu cargo check
35
- name: Run CI script for riscv32imac-unknown-none-elf under ${{ matrix.rust }}
0 commit comments