mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Run lint for distros that Verilator fails sim in Installation CI
This commit is contained in:
parent
a0245622dc
commit
658a57a2dd
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…
Reference in New Issue
Block a user