From: Yann Collet Date: Thu, 17 Dec 2020 23:05:26 +0000 (-0800) Subject: added pre-requisites for 32-bit tests in CI X-Git-Tag: v1.4.8^2~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5eb7d156904e2c7ffbfc3fd71285ac1340792b2;p=thirdparty%2Fzstd.git added pre-requisites for 32-bit tests in CI --- diff --git a/.github/workflows/generic-dev.yml b/.github/workflows/generic-dev.yml index 3f564878b..4f0a677be 100644 --- a/.github/workflows/generic-dev.yml +++ b/.github/workflows/generic-dev.yml @@ -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