提交 49f699b5 编写于 作者: R Richard Levitte

GitHub CI: ensure that unifdef is installed

This is required for 'make update' and fips checksums
Reviewed-by: NTomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8871)
上级 be223152
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册