mirror of
https://github.com/madler/zlib.git
synced 2026-01-26 08:17:53 +00:00
Correct macro name for ZLIB_INSECURE in c-std.yml.
This commit is contained in:
parent
f81690699a
commit
2896db600d
6
.github/workflows/c-std.yml
vendored
6
.github/workflows/c-std.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user