GitHub CI: ensure that unifdef is installed

This is required for 'make update' and fips checksums

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8871)
This commit is contained in:
Richard Levitte 2019-05-03 13:24:39 +02:00
parent be22315235
commit 49f699b54d

View File

@ -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