Merge pull request #2440 from facebook/fixga32

try to fix 32-bit test on github actions
dev
Yann Collet 2020-12-21 16:26:50 -08:00 committed by GitHub
commit 20afffefbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ jobs:
- uses: actions/checkout@v2
- name: make check on 32-bit
run: |
make libc6install
sudo apt update
APT_PACKAGES="gcc-multilib" make apt-install
CFLAGS="-m32 -O1 -fstack-protector" make check V=1
gcc-6-7-libzstd: