From df01bf18d8adc80392746805431834f0c21294e3 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 27 Apr 2022 19:26:15 +0200 Subject: [PATCH] fixed the flag position typo --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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