Skip to content

Commit 36f2be6

Browse files
fix error in ghc-9.10.yml workflow
1 parent 660cc49 commit 36f2be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghc-9.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
GHCLIB_AZURE=1; export GHCLIB_AZURE
3434
git clone https://github.com/shayne-fletcher/hlint-from-scratch.git
3535
hlint-from-scratch/hlint-from-scratch.sh --init="$HOME/project"
36-
hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.2 --no-checkout
36+
hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.2 --no-checkout
3737
if: matrix.os == 'ubuntu' || matrix.os == 'macos'

0 commit comments

Comments
 (0)