Skip to content

Commit a1a02f7

Browse files
committed
Use always last setup-haskell@v1
1 parent 4f3f4c1 commit a1a02f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v2
3737
with:
3838
submodules: true
39-
- uses: actions/setup-haskell@v1.1.3
39+
- uses: actions/setup-haskell@v1
4040
with:
4141
ghc-version: ${{ matrix.ghc }}
4242
cabal-version: '3.2'

0 commit comments

Comments
 (0)