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
|
||||
run: sudo ./${{ matrix.configure }}
|
||||
|
||||
- name: Build WHY2
|
||||
run: ./${{ matrix.build }}
|
||||
- name: Install WHY2
|
||||
run: sudo ./${{ matrix.build }} install
|
||||
|
||||
- name: Build WHY2 (Test)
|
||||
run: ./${{ matrix.build }} test
|
||||
|
||||
- name: Test
|
||||
run: ./${{ matrix.output }} skipCheck
|
Loading…
x
Reference in New Issue
Block a user