Skip to content

Commit b4cb243

Browse files
author
gberkes
committed
Fixed extra whitespace.
1 parent dc3f80a commit b4cb243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-22.04]
1414
platform:
1515
- {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"}
16+
- {label: "x32", arch: "i386", configure: "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 --enable-assertions=yes"}
1717
compiler:
1818
- {label: "gcc", cc: "gcc", cxx: "g++"}
1919
- {label: "clang", cc: "clang", cxx: "clang++"}

0 commit comments

Comments
 (0)