mirror of
https://github.com/madler/zlib.git
synced 2026-01-18 17:11:27 +01:00
Correct macro name for ZLIB_INSECURE in c-std.yml.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user