We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30537ee commit 33682cfCopy full SHA for 33682cf
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
sudo dpkg --add-architecture i386
22
sudo apt-get install -y gcc-multilib
23
export CFLAGS="-m32"
24
+ export CXXFLAGS="-m32"
25
export LDFLAGS="-m32"
26
fi
27
if [ "${{ matrix.compiler }}" == "gcc" ]; then
0 commit comments