We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3f80a commit b4cb243Copy full SHA for b4cb243
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-22.04]
14
platform:
15
- {label: "x64", arch: "amd64", configure: "--enable-assertions=yes"}
16
- - {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"}
17
compiler:
18
- {label: "gcc", cc: "gcc", cxx: "g++"}
19
- {label: "clang", cc: "clang", cxx: "clang++"}
0 commit comments