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 }}
|
||||
|
||||
- name: Praparating
|
||||
run: ./${{ matrix.configure }}
|
||||
run: ./${{ matrix.configure }} force
|
||||
|
||||
- name: Build WHY2
|
||||
run: ./${{ matrix.build }} force
|
||||
run: ./${{ matrix.build }}
|
||||
|
||||
- name: Test
|
||||
run: ./${{ matrix.output }}
|
Loading…
x
Reference in New Issue
Block a user