fixed the flag position typo

This commit is contained in:
Václav Šmejkal 2022-04-27 19:26:15 +02:00
parent e26c10d11b
commit df01bf18d8

View File

@ -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 }}