Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed May 6, 2023
1 parent 25ec886 commit 262e7f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

- name: Install features
run: |
sudo apt install -y qemu-user-binfmt gcc-riscv64-linux-gnu \
sudo apt update && sudo apt install -y \
qemu-user-binfmt gcc-riscv64-linux-gnu \
&& rustup target add riscv64gc-unknown-linux-gnu
- name: build RISC-V64
Expand Down

0 comments on commit 262e7f4

Please sign in to comment.