added step for installation
This commit is contained in:
parent
505893333f
commit
c95db7aafb
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -38,8 +38,11 @@ jobs:
|
|||||||
- name: Praparating
|
- name: Praparating
|
||||||
run: sudo ./${{ matrix.configure }}
|
run: sudo ./${{ matrix.configure }}
|
||||||
|
|
||||||
- name: Build WHY2
|
- name: Install WHY2
|
||||||
run: ./${{ matrix.build }}
|
run: sudo ./${{ matrix.build }} install
|
||||||
|
|
||||||
|
- name: Build WHY2 (Test)
|
||||||
|
run: ./${{ matrix.build }} test
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./${{ matrix.output }} skipCheck
|
run: ./${{ matrix.output }} skipCheck
|
Loading…
x
Reference in New Issue
Block a user