Skip to content
Snippets Groups Projects
Commit 76f23ffb authored by Phil de Joux's avatar Phil de Joux Committed by Mikolaj
Browse files

Check with both pinned & latest hackage

(cherry picked from commit d6e067e8)
parent b2a46f9e
No related branches found
No related tags found
No related merge requests found
......@@ -137,9 +137,11 @@ jobs:
ghcup config set cache true
ghcup install ghc --set recommended
ghcup install cabal --set latest
- name: Update Hackage index
- name: Update Hackage Index
run: cabal v2-update
- uses: actions/checkout@v4
- name: Check release project
- name: Check Release with Pinned Hackage
run: cabal build all --dry-run --project-file=cabal.project.release
- name: Check Release with Latest Hackage
run: cabal build all --dry-run --project-file=cabal.project.release --index-state="hackage.haskell.org HEAD"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment