Skip to content

Commit 21ba597

Browse files
committed
Remove ghcup workaround
1 parent 1d5979d commit 21ba597

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434

35-
- name: Workaround runner image issue
36-
if: runner.os == 'Linux'
37-
# https://github.com/actions/runner-images/issues/7061
38-
run: sudo chown -R $USER /usr/local/.ghcup
39-
4035
- name: Install dependencies (Ubuntu)
4136
if: runner.os == 'Linux'
4237
run: |

0 commit comments

Comments
 (0)