File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -225,15 +225,24 @@ jobs:
225
225
226
226
- uses : actions/checkout@v4
227
227
228
+ # # See https://github.com/haskell/cabal/pull/8739
229
+ # - name: Sudo chmod to permit ghcup to update its cache
230
+ # run: |
231
+ # sudo ls -lah /usr/local/.ghcup/cache
232
+ # sudo mkdir -p /usr/local/.ghcup/cache
233
+ # sudo ls -lah /usr/local/.ghcup/cache
234
+ # sudo chown -R $USER /usr/local/.ghcup
235
+ # sudo chmod -R 777 /usr/local/.ghcup
236
+
237
+ - name : Install extra compiler
238
+ run : ghcup install ghc ${{ matrix.extra-ghc }}
239
+
228
240
- uses : haskell-actions/setup@v2
229
241
id : setup-haskell
230
242
with :
231
243
ghc-version : ${{ matrix.ghc }}
232
244
cabal-version : latest
233
245
234
- - name : Install extra compiler
235
- run : sudo ghcup install ghc ${{ matrix.extra-ghc }}
236
-
237
246
- name : GHC versions
238
247
run : |
239
248
ghc --version
You can’t perform that action at this time.
0 commit comments