Skip to content

Commit

Permalink
[riscof] workaround: use know-good version
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Aug 2, 2024
1 parent 0004c02 commit 762e043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
echo $GITHUB_WORKSPACE/sail-riscv >> $GITHUB_PATH
- name: '📦 Install RISCOF'
run: pip3 install git+https://github.com/riscv/riscof.git
: # upstream riscof is broken: https://github.com/riscv-software-src/riscof/issues/122
run: pip3 install git+https://github.com/riscv/riscof.git@d38859f85fe407bcacddd2efcd355ada4683aee4

- name: '📦 Install GHDL'
uses: ghdl/setup-ghdl-ci@nightly
Expand Down

0 comments on commit 762e043

Please sign in to comment.