added pre-requisites for 32-bit tests in CI

This commit is contained in:
Yann Collet 2020-12-17 15:05:26 -08:00
parent c11db9c8b5
commit d5eb7d1569

View File

@ -40,7 +40,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make check on 32-bit
run: CFLAGS="-m32 -O1 -fstack-protector" make test V=1
run: |
make libc6install
CFLAGS="-m32 -O1 -fstack-protector" make test V=1
gcc-6-7-libzstd:
runs-on: ubuntu-latest