aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-01-06 13:22:55 -0600
committerMark Adler <git@madler.net>2026-01-06 13:24:02 -0600
commit2896db600d9f4520e036dd8f5d6e16ef54218f26 (patch)
tree76b3e53ece80a9056e66c050bf973e093bc73444
parentf81690699aec9afb718a14a801889969544b74b6 (diff)
downloadzlib-develop.tar.gz
zlib-develop.tar.bz2
zlib-develop.zip
Correct macro name for ZLIB_INSECURE in c-std.yml.HEADdevelop
-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