fixed the flag position typo
This commit is contained in:
parent
e26c10d11b
commit
df01bf18d8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
|||||||
chmod +x ${{ matrix.build }}
|
chmod +x ${{ matrix.build }}
|
||||||
|
|
||||||
- name: Praparating
|
- name: Praparating
|
||||||
run: ./${{ matrix.configure }}
|
run: ./${{ matrix.configure }} force
|
||||||
|
|
||||||
- name: Build WHY2
|
- name: Build WHY2
|
||||||
run: ./${{ matrix.build }} force
|
run: ./${{ matrix.build }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./${{ matrix.output }}
|
run: ./${{ matrix.output }}
|
Loading…
x
Reference in New Issue
Block a user