Skip to content

Commit 3a65b8b

Browse files
committed
use sudo
1 parent 9275903 commit 3a65b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install all Rust targets for ${{ matrix.rust }}
3030
run: rustup target install --toolchain=${{ matrix.rust }} x86_64-unknown-linux-gnu riscv32imac-unknown-none-elf riscv64imac-unknown-none-elf riscv64gc-unknown-none-elf
3131
- name: Install riscv gcc
32-
run: apt-get update && apt-get install -y gcc-riscv64-unknown-elf
32+
run: sudo apt-get update && sudo apt-get install -y gcc-riscv64-unknown-elf
3333
- name: Run CI script for x86_64-unknown-linux-gnu under ${{ matrix.rust }}
3434
run: TARGET=x86_64-unknown-linux-gnu cargo check
3535
- name: Run CI script for riscv32imac-unknown-none-elf under ${{ matrix.rust }}

0 commit comments

Comments
 (0)