We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510f293 commit 00a3c2eCopy full SHA for 00a3c2e
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v3
24
- name: Install Haskell tooling
25
- uses: haskell/actions/setup@v2
+ uses: haskell-actions/setup@v2
26
with:
27
ghc-version: ${{ matrix.ghc }}
28
cabal-version: "3.6"
0 commit comments