Skip to content

Commit

Permalink
Remove ghcup workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Feb 24, 2023
1 parent 1d5979d commit 21ba597
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yaml
Expand Up @@ -32,11 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Workaround runner image issue
if: runner.os == 'Linux'
# https://github.com/actions/runner-images/issues/7061
run: sudo chown -R $USER /usr/local/.ghcup

- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 21ba597

Please sign in to comment.