Skip to content

Commit ddb1d12

Browse files
committed
Fix CI workflow
1 parent 0c8df3d commit ddb1d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build
88
strategy:
99
matrix:
10-
ghc: ['8.10.4']
10+
ghc: ['8.10']
1111
stack: ['latest']
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
@@ -20,5 +20,6 @@ jobs:
2020
# cabal-version: 'latest'. Omitted, but defalts to 'latest'
2121
enable-stack: true
2222
stack-version: ${{ matrix.stack }}
23+
stack-setup-ghc: true
2324

2425
- run: stack build

0 commit comments

Comments
 (0)