From a6f37faf9ecfa09584a61b256789fc4d83cb8b27 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 3 May 2022 19:26:47 +0200 Subject: [PATCH] typo fix --- .github/workflows/why2-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index a20bd25..ec80df1 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -89,4 +89,4 @@ jobs: run: cc ${{ matrix.test }}.c -lwhy2 -Wall -ljson-c -lcurl -o ${{ matrix.test }} - name: Run test - run: ./${{ matrix.test }}g \ No newline at end of file + run: ./${{ matrix.test }} \ No newline at end of file