Skip to content

Commit

Permalink
Fix missing directory in installation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 17, 2024
1 parent 2f22b23 commit 9d941b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ jobs:
run: |
source setup.sh
regression-wally
- name: Lint Only (for distros with broken Verilator sim)
- name: Lint + wsim Test Only (for distros with broken Verilator sim)
if: ${{ matrix.name == 'ubuntu-20.04' || matrix.name == 'rocky-8' || matrix.name == 'almalinux-8'}}
run: |
source setup.sh
mkdir -p $WALLY/sim/verilator/logs/
lint-wally
wsim rv32i arch32i --sim verilator | tee $WALLY/sim/verilator/logs/rv32i_arch32i.log
# Upload regression logs for debugging
Expand Down

0 comments on commit 9d941b7

Please sign in to comment.