Skip to content

Commit

Permalink
verify installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 2, 2024
1 parent 5cc005c commit 80d2bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const ci = {
"sudo apt update",
"sudo apt-get install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu libc6-dev-riscv64-cross",
"rustup target add riscv64gc-unknown-linux-gnu",
"which riscv64-unknown-linux-gnu-gcc"
].join("\n"),
},
{
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
sudo apt update
sudo apt-get install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu libc6-dev-riscv64-cross
rustup target add riscv64gc-unknown-linux-gnu
which riscv64-unknown-linux-gnu-gcc
- name: Build (Debug)
if: '!startsWith(github.ref, ''refs/tags/'')'
env:
Expand Down

0 comments on commit 80d2bcf

Please sign in to comment.