Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodvp committed Dec 19, 2023
1 parent a976d68 commit 032d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
echo "package cardano-crypto-praos" > cabal.project.local
echo " flags: -external-libsodium-vrf" >> cabal.project.local
- name: Configure the build
run: |
Expand Down Expand Up @@ -138,7 +139,6 @@ jobs:
- name: cached dependencies
uses: actions/cache@v3
id: cache
fail-on-cache-miss: true
with:
path: ${{ steps.setup.outputs.cabal-store }}
key: ${{ hashFiles('**/plan.json') }}
Expand Down

0 comments on commit 032d16d

Please sign in to comment.