mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 05:23:50 +08:00
FIPS checksums CI: use merge checkout to compute the new checksums
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15433)
This commit is contained in:
parent
057fc59a89
commit
349fd92429
1
.github/workflows/fips-checksums.yml
vendored
1
.github/workflows/fips-checksums.yml
vendored
@ -28,7 +28,6 @@ jobs:
|
||||
working-directory: ./build-pristine
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
clean: false
|
||||
- name: config
|
||||
run: ../config enable-fips && perl configdata.pm --dump
|
||||
|
Loading…
Reference in New Issue
Block a user