We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947860a commit 5aa8afdCopy full SHA for 5aa8afd
.github/workflows/quick-jobs.yml
@@ -27,16 +27,6 @@ jobs:
27
gen-spdx-exc
28
# This job is not run in a container, any recent GHC should be fine
29
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
38
- # sudo chown -R "${USER}" /usr/local/.ghcup
39
- # sudo chmod -R 777 /usr/local/.ghcup
40
# SKIP installation of ghc and cabal and use the preinstalled versions.
41
# - name: ghcup
42
# run: |
0 commit comments