File tree 1 file changed +12
-20
lines changed
1 file changed +12
-20
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Install GHCup
33
33
uses : haskell/ghcup-setup@v1
34
-
35
- - name : Setup toolchain
36
- run : |
37
- ghcup install ghc --set ${{ matrix.ghc }}
38
- ghcup install cabal --set latest
34
+ with :
35
+ ghc : ${{ matrix.ghc }}
36
+ cabal : latest
39
37
40
38
- if : runner.os == 'macOS'
41
39
name : Install system deps via brew
75
73
76
74
- name : Install GHCup
77
75
uses : haskell/ghcup-setup@v1
78
-
79
- - name : Setup toolchain
80
- run : |
81
- ghcup install ghc --set latest
82
- ghcup install cabal --set latest
76
+ with :
77
+ ghc : latest
78
+ cabal : latest
83
79
84
80
- uses : actions/checkout@v4
85
81
@@ -102,11 +98,9 @@ jobs:
102
98
103
99
- name : Install GHCup
104
100
uses : haskell/ghcup-setup@v1
105
-
106
- - name : Setup toolchain
107
- run : |
108
- ghcup install ghc --set latest
109
- ghcup install cabal --set latest
101
+ with :
102
+ ghc : latest
103
+ cabal : latest
110
104
111
105
- uses : actions/checkout@v4
112
106
- name : Test
@@ -176,11 +170,9 @@ jobs:
176
170
177
171
- name : Install GHCup
178
172
uses : haskell/ghcup-setup@v1
179
-
180
- - name : Setup toolchain
181
- run : |
182
- ghcup install ghc --set ${{ matrix.ghc }}
183
- ghcup install cabal --set latest
173
+ with :
174
+ ghc : ${{ matrix.ghc }}
175
+ cabal : latest
184
176
185
177
- name : Run build
186
178
run : |
You can’t perform that action at this time.
0 commit comments