Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 9, 2024
1 parent 7cedd80 commit 5e64aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/etiss_riscv_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
- if: ${{ steps.cache-gcc.outputs.cache-hit != 'true' }}
name: Download RISCV-GNU-Toolchain
# TODO: skip step on cache match
run: |
cd ..
wget https://syncandshare.lrz.de/dl/fi2p5Ds5PHktjmZGKzR9tx/GCC/default/2024.09.03/Ubuntu/22.04/rv32im_ilp32.tar.xz
wget https://syncandshare.lrz.de/dl/fi2p5Ds5PHktjmZGKzR9tx/GCC/default/2024.09.03/Ubuntu/22.04/rv32im_zicsr_zifencei_ilp32.tar.xz
tar xvf rv32im_zicsr_zifencei_ilp32.tar.xz
rm rv32im_zicsr_zifencei_ilp32.tar.xz
Expand Down

0 comments on commit 5e64aa3

Please sign in to comment.