Skip to content

Commit 5aa8afd

Browse files
committed
CI quick-jobs: entirely wipe ghcup directory rights workaround
1 parent 947860a commit 5aa8afd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/quick-jobs.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ jobs:
2727
gen-spdx-exc
2828
# This job is not run in a container, any recent GHC should be fine
2929
steps:
30-
# OBSOLETE: workaround to fix ghcup directory rights.
31-
# # See https://github.com/haskell/cabal/pull/8739
32-
# - name: Sudo chmod to permit ghcup to update its cache
33-
# if: runner.os == 'Linux'
34-
# run: |
35-
# sudo ls -lah /usr/local/.ghcup/cache
36-
# sudo mkdir -p /usr/local/.ghcup/cache
37-
# sudo ls -lah /usr/local/.ghcup/cache
38-
# sudo chown -R "${USER}" /usr/local/.ghcup
39-
# sudo chmod -R 777 /usr/local/.ghcup
4030
# SKIP installation of ghc and cabal and use the preinstalled versions.
4131
# - name: ghcup
4232
# run: |

0 commit comments

Comments
 (0)