File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 steps :
1717 - uses : haskell-actions/setup@v2
1818 with :
19- ghc-version : ' 9.6.4 '
19+ ghc-version : ' 9.8.1 '
2020 enable-stack : true
21- stack-version : ' latest '
22- - name : Upgrade stack from git
23- run : |-
24- stack upgrade --git
25- echo "$HOME/.local/bin" >> $GITHUB_PATH
26- which stack
27- stack --version
28- shell : bash
21+ stack-version : ' 2.15.7 '
22+ # - name: Upgrade stack from git
23+ # run: |-
24+ # stack upgrade --git
25+ # echo "$HOME/.local/bin" >> $GITHUB_PATH
26+ # which stack
27+ # stack --version
28+ # shell: bash
2929 - name : Install build tools
3030 run : brew install automake
3131 if : matrix.os == 'macos'
4141 hlint-from-scratch/hlint-from-scratch.sh --init="$HOME/project"
4242 shell : bash
4343 - name : Build and Test ('ghc-9.10.1')
44- run : hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.6.4 --no-checkout
44+ run : hlint-from-scratch/hlint-from-scratch.sh --ghc-flavor="ghc-9.10.1" --stack-yaml=stack-exact.yaml --resolver=ghc-9.8.1 --no-checkout
4545 shell : bash
You can’t perform that action at this time.
0 commit comments