aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/c-std.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index f6d682c..b6e116b 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -50,15 +50,15 @@ jobs:
50 std: 50 std:
51 - name: c89 51 - name: c89
52 value: c89 52 value: c89
53 compiler-opt: -DZIP_INSECURE 53 compiler-opt: -DZLIB_INSECURE
54 54
55 - name: gnu89 55 - name: gnu89
56 value: gnu89 56 value: gnu89
57 compiler-opt: -DZIP_INSECURE 57 compiler-opt: -DZLIB_INSECURE
58 58
59 - name: c94 59 - name: c94
60 value: iso9899:199409 60 value: iso9899:199409
61 compiler-opt: -DZIP_INSECURE 61 compiler-opt: -DZLIB_INSECURE
62 62
63 - name: c99 63 - name: c99
64 value: c99 64 value: c99