mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
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:
parent
be22315235
commit
49f699b54d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user