diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6da7ce6..9dae2cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} \ No newline at end of file