Skip to content

Commit 33682cf

Browse files
committed
Add CXXFLAGS for CPP compilers (libmodsecurity)
1 parent 30537ee commit 33682cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
sudo dpkg --add-architecture i386
2222
sudo apt-get install -y gcc-multilib
2323
export CFLAGS="-m32"
24+
export CXXFLAGS="-m32"
2425
export LDFLAGS="-m32"
2526
fi
2627
if [ "${{ matrix.compiler }}" == "gcc" ]; then

0 commit comments

Comments
 (0)