Skip to content

Commit 16e6af2

Browse files
authored
Merge pull request #43 from reflex-frp/fix/github-ci-setup-actions
Migrate to haskell/actions/setup
2 parents 15ea495 + aa8a524 commit 16e6af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: github-action
22

3-
on: [push, pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -19,7 +19,7 @@ jobs:
1919
name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: actions/setup-haskell@v1
22+
- uses: haskell/actions/setup@v1
2323
with:
2424
ghc-version: ${{ matrix.ghc }}
2525
- name: Cache

0 commit comments

Comments
 (0)