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 d7b64ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
if: ${{ matrix.name == 'ubuntu-20.04' || matrix.name == 'rocky-8' || matrix.name == 'almalinux-8'}}
run: |
source setup.sh
mkdir -p $WALLY/sim/verilator/logs/rv32i_arch32i.log
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 d7b64ef

Please sign in to comment.