mirror of
https://github.com/facebook/zstd.git
synced 2025-10-07 00:12:40 -04:00
try to fix 32-bit test on github actions
for some reasons, this test fails at _installing_ 32-bit dependencies using the exact same command that actually works in other tests !!? It's unclear why it fails repeateadly for this test only. Try another way to install dependencies to fix that.
This commit is contained in:
parent
8429525de0
commit
f1225b186e
3
.github/workflows/generic-dev.yml
vendored
3
.github/workflows/generic-dev.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user