added force flag for building

This commit is contained in:
Václav Šmejkal 2022-04-27 19:23:33 +02:00
parent dedf63c401
commit e26c10d11b

View File

@ -39,7 +39,7 @@ jobs:
run: ./${{ matrix.configure }}
- name: Build WHY2
run: ./${{ matrix.build }}
run: ./${{ matrix.build }} force
- name: Test
run: ./${{ matrix.output }}