Skip to content

Commit

Permalink
Revert "Try to fix ghcup cache in CI via sudo chmod"
Browse files Browse the repository at this point in the history
This reverts commit 0bb71d1.
  • Loading branch information
Mikolaj committed Feb 8, 2023
1 parent 0bb71d1 commit b3a843a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:

- uses: actions/checkout@v3

- name: Sudo chmod to permit ghcup to update its cache
run: |
sudo mkdir -p /usr/local/.ghcup/cache
sudo chmod -R g+wr /usr/local/.ghcup/cache
- uses: haskell/actions/setup@v2
id: setup-haskell
with:
Expand Down

0 comments on commit b3a843a

Please sign in to comment.