Skip to content

Commit ae1bc03

Browse files
committed
test
1 parent 2336df9 commit ae1bc03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747

48-
- uses: haskell-actions/setup@v2
48+
- uses: haskell-actions/setup@v2.8.0
4949
id: setup-haskell-cabal
5050
name: Setup Haskell
5151
with:
5252
ghc-version: ${{ matrix.ghc }}
5353
cabal-version: ${{ matrix.cabal }}
54+
cabal-update: false
5455

5556
- name: Freeze
5657
run: |
58+
rm root.json
5759
cabal update
5860
cabal freeze
5961

0 commit comments

Comments
 (0)