Skip to content

Commit

Permalink
Pip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Aug 25, 2024
1 parent 65033e3 commit 0774263
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
uses: actions/checkout@v3.2.0
- name: setup riscv toolchain
run: |
mkdir /opt/riscv
export PATH=$PATH:/opt/riscv/bin
wget https://github.com/howjmay/prebuilt-riscv-spike/releases/download/latest/riscv.tar.gz
sudo tar -xzf riscv.tar.gz -C /opt/
sudo apt-get install qemu-system-misc
qemu-system-riscv64 --version
# mkdir /opt/riscv
# export PATH=$PATH:/opt/riscv/bin
# wget https://github.com/howjmay/prebuilt-riscv-spike/releases/download/latest/riscv.tar.gz
# sudo tar -xzf riscv.tar.gz -C /opt/
- name: run tests
run: |
Expand Down

0 comments on commit 0774263

Please sign in to comment.