Skip to content

Commit 3ceb16d

Browse files
committed
Typo fix
1 parent cf5ee91 commit 3ceb16d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
sudo apt-get install -y gcc-multilib
2323
export CFLAGS="-m32"
2424
export LDFLAGS="-m32"
25+
fi
2526
if [ ${{ matrix.compiler }} == 'gcc' ]; then
2627
sudo apt-get install -y gcc
2728
export CC=$(which gcc)

0 commit comments

Comments
 (0)