Skip to content

Commit

Permalink
Check with both pinned & latest hackage
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 14, 2024
1 parent 135611e commit d6e067e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit d6e067e

Please sign in to comment.