Skip to content

Commit

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

- uses: actions/checkout@v3

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

0 comments on commit 8f1185b

Please sign in to comment.