mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixed extra whitespace.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
os: [ubuntu-22.04]
|
os: [ubuntu-22.04]
|
||||||
platform:
|
platform:
|
||||||
- {label: "x64", arch: "amd64", configure: "--enable-assertions=yes"}
|
- {label: "x64", arch: "amd64", configure: "--enable-assertions=yes"}
|
||||||
- {label: "x32", arch: "i386", configure: "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS= -m32 --enable-assertions=yes"}
|
- {label: "x32", arch: "i386", configure: "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 --enable-assertions=yes"}
|
||||||
compiler:
|
compiler:
|
||||||
- {label: "gcc", cc: "gcc", cxx: "g++"}
|
- {label: "gcc", cc: "gcc", cxx: "g++"}
|
||||||
- {label: "clang", cc: "clang", cxx: "clang++"}
|
- {label: "clang", cc: "clang", cxx: "clang++"}
|
||||||
|
Reference in New Issue
Block a user