Skip to content

Commit

Permalink
Revert "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 b3a843a.
  • Loading branch information
Mikolaj committed Feb 8, 2023
1 parent 432fc2f commit a198c2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ 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 a198c2b

Please sign in to comment.