Skip to content

Commit

Permalink
Produce a freeze file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Apr 13, 2024
1 parent a57ed06 commit 12ebcaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/one-time-password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
- name: Configure
run: ./.github/workflows/install-libsodium.sh
run: |
./.github/workflows/install-libsodium.sh
cabal freeze
- name: Cache
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 12ebcaf

Please sign in to comment.