From 2896db600d9f4520e036dd8f5d6e16ef54218f26 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 6 Jan 2026 13:22:55 -0600 Subject: Correct macro name for ZLIB_INSECURE in c-std.yml. --- .github/workflows/c-std.yml | 6 +++--- 1 file 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: std: - name: c89 value: c89 - compiler-opt: -DZIP_INSECURE + compiler-opt: -DZLIB_INSECURE - name: gnu89 value: gnu89 - compiler-opt: -DZIP_INSECURE + compiler-opt: -DZLIB_INSECURE - name: c94 value: iso9899:199409 - compiler-opt: -DZIP_INSECURE + compiler-opt: -DZLIB_INSECURE - name: c99 value: c99 -- cgit v1.2.3-55-g6feb