mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
Skip regression for ubuntu 20.04 and red hat 8 because of broken verilator
This commit is contained in:
parent
8fea89ac87
commit
58b4ecc211
1 changed files with 1 additions and 0 deletions
1
.github/workflows/install.yml
vendored
1
.github/workflows/install.yml
vendored
|
@ -99,6 +99,7 @@ jobs:
|
|||
sudo rm -rf $RISCV/buildroot/output/build
|
||||
df -h
|
||||
- name: Regression
|
||||
if: ${{ matrix.name != 'ubuntu-20.04' && matrix.name != 'rocky-8' && matrix.name != 'almalinux-8'}}
|
||||
run: |
|
||||
source setup.sh
|
||||
regression-wally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue