mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Change number of riscof jobs in installation test action; restore default to 4
This commit is contained in:
parent
50fc27cb45
commit
a4c585ca56
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||
make riscof
|
||||
- name: make buildroot
|
||||
run: |
|
||||
@ -81,6 +82,7 @@ jobs:
|
||||
- name: make tests
|
||||
run: |
|
||||
source setup.sh
|
||||
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||
make riscof
|
||||
- name: make buildroot
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user