From: Richard Levitte Date: Fri, 3 May 2019 11:24:39 +0000 (+0200) Subject: GitHub CI: ensure that unifdef is installed X-Git-Tag: openssl-3.0.0-alpha16~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49f699b54d982c431c13f29ea08628ab599f1e6e;p=thirdparty%2Fopenssl.git GitHub CI: ensure that unifdef is installed This is required for 'make update' and fips checksums Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/8871) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e18fba41ab..1b52f79a606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ jobs: check_update: runs-on: ubuntu-latest steps: + - name: install unifdef + run: | + sudo apt-get update + sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef - uses: actions/checkout@v2 - name: config run: ./config --strict-warnings enable-fips && perl configdata.pm --dump