We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d950c commit 1e5ba27Copy full SHA for 1e5ba27
.github/workflows/build-all-versions.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v2
34
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
35
36
- - uses: haskell/actions/setup@v2
+ - uses: haskell-actions/setup@v2
37
id: setup-haskell-cabal
38
name: Setup Haskell
39
with:
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
name: Setup Haskell Stack
78
79
ghc-version: ${{ matrix.ghc }}
0 commit comments