Skip to content

Commit 674927e

Browse files
committed
CI: GitHub: Cabal-Linux: migrate Haskell install to official maintained action
1 parent 4937b43 commit 674927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Cabal-Linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
~/.cabal/store
3434
dist-newstyle
3535
key: "${{ runner.os }}-Cabal-${{ matrix.ghc }}"
36-
- uses: actions/setup-haskell@v1
36+
- uses: haskell/actions/setup@v1
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
3939
- run: "cabal v2-configure --disable-optimization --enable-tests --enable-deterministic"

0 commit comments

Comments
 (0)