mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||||
make riscof
|
make riscof
|
||||||
- name: make buildroot
|
- name: make buildroot
|
||||||
run: |
|
run: |
|
||||||
@ -81,6 +82,7 @@ jobs:
|
|||||||
- name: make tests
|
- name: make tests
|
||||||
run: |
|
run: |
|
||||||
source setup.sh
|
source setup.sh
|
||||||
|
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
|
||||||
make riscof
|
make riscof
|
||||||
- name: make buildroot
|
- name: make buildroot
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user