Skip to content

Commit

Permalink
[chore] run cabal update in haskell-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed May 31, 2024
1 parent 694ce33 commit 6f65cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 'latest'
- name: Update
run: cabal update
- name: Freeze
run: cabal freeze
- name: Cache
Expand Down

0 comments on commit 6f65cd4

Please sign in to comment.