summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 11823ae..0d06a0d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,8 +15,8 @@ jobs:
15 run: sudo apt-get install gettext 15 run: sudo apt-get install gettext
16 - name: setup 16 - name: setup
17 run: ./tools/setup 17 run: ./tools/setup
18 - name: CFLAGS="-Wall -Wextra -std=c90" configure 18 - name: configure
19 run: ./configure 19 run: CFLAGS="-Wall -Wextra -Werror=pedantic -std=c90" ./configure
20 - name: make 20 - name: make
21 run: make 21 run: make
22 22