]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added pre-requisites for 32-bit tests in CI
authorYann Collet <cyan@fb.com>
Thu, 17 Dec 2020 23:05:26 +0000 (15:05 -0800)
committerYann Collet <cyan@fb.com>
Thu, 17 Dec 2020 23:05:26 +0000 (15:05 -0800)
.github/workflows/generic-dev.yml

index 3f564878b6f0938ec301eec7b05b868cbb5dfca3..4f0a677be1cae82911b74ece6ce4a1c0da6b8085 100644 (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