Skip to content

Commit

Permalink
CI quick-jobs: entirely wipe ghcup directory rights workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 2, 2024
1 parent 947860a commit 5aa8afd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ jobs:
gen-spdx-exc
# This job is not run in a container, any recent GHC should be fine
steps:
# OBSOLETE: workaround to fix ghcup directory rights.
# # See https://github.com/haskell/cabal/pull/8739
# - name: Sudo chmod to permit ghcup to update its cache
# if: runner.os == 'Linux'
# run: |
# sudo ls -lah /usr/local/.ghcup/cache
# sudo mkdir -p /usr/local/.ghcup/cache
# sudo ls -lah /usr/local/.ghcup/cache
# sudo chown -R "${USER}" /usr/local/.ghcup
# sudo chmod -R 777 /usr/local/.ghcup
# SKIP installation of ghc and cabal and use the preinstalled versions.
# - name: ghcup
# run: |
Expand Down

0 comments on commit 5aa8afd

Please sign in to comment.