mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +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: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
regression-wally
|
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'}}
|
if: ${{ matrix.name == 'ubuntu-20.04' || matrix.name == 'rocky-8' || matrix.name == 'almalinux-8'}}
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
mkdir -p $WALLY/sim/verilator/logs/
|
||||||
lint-wally
|
lint-wally
|
||||||
wsim rv32i arch32i --sim verilator | tee $WALLY/sim/verilator/logs/rv32i_arch32i.log
|
wsim rv32i arch32i --sim verilator | tee $WALLY/sim/verilator/logs/rv32i_arch32i.log
|
||||||
# Upload regression logs for debugging
|
# Upload regression logs for debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user