Skip to content

Commit 1b2efff

Browse files
committed
Add static binaries for ghc-8.8.4
1 parent 037e7fe commit 1b2efff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ghc: ['8.10.1', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
14+
ghc: ['8.10.1', '8.8.4', '8.8.3', '8.8.2', '8.6.5', '8.6.4']
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
exclude:
1717
- os: windows-latest
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
with:
2525
submodules: true
26-
- uses: actions/setup-haskell@v1.1.1
26+
- uses: bubba/setup-haskell@d8110230d
2727
with:
2828
ghc-version: ${{ matrix.ghc }}
2929
cabal-version: '3.2'

0 commit comments

Comments
 (0)