Skip to content

Commit b3a843a

Browse files
committed
Revert "Try to fix ghcup cache in CI via sudo chmod"
This reverts commit 0bb71d1.
1 parent 0bb71d1 commit b3a843a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/validate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757

5858
- uses: actions/checkout@v3
5959

60-
- name: Sudo chmod to permit ghcup to update its cache
61-
run: |
62-
sudo mkdir -p /usr/local/.ghcup/cache
63-
sudo chmod -R g+wr /usr/local/.ghcup/cache
64-
6560
- uses: haskell/actions/setup@v2
6661
id: setup-haskell
6762
with:

0 commit comments

Comments
 (0)