mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 04:54:29 +00:00
Fix missing directory in installation CI
This commit is contained in:
parent
2f22b236fc
commit
9d941b7f2e
3
.github/workflows/install.yml
vendored
3
.github/workflows/install.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user