mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Run lint for distros that Verilator fails sim in Installation CI
This commit is contained in:
parent
a0245622dc
commit
658a57a2dd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/install.yml
vendored
5
.github/workflows/install.yml
vendored
|
@ -137,6 +137,11 @@ jobs:
|
|||
run: |
|
||||
source setup.sh
|
||||
regression-wally
|
||||
- name: Lint 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
|
||||
lint-wally
|
||||
# Upload regression logs for debugging
|
||||
- name: Upload regression logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue