Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fips checksums #1

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fixup! Add checksums github CI action
  • Loading branch information
t8m committed May 11, 2021
commit c15d8bb40da3c9c6bf21607f1a328f5e66cd97f4
1 change: 1 addition & 0 deletions .github/workflows/checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
clean: false
- name: config
run: ../config enable-fips && perl configdata.pm --dump
working-directory: ./build
Expand Down