Skip to content

Commit

Permalink
ci: Remove workaround for ghcup on github actions runner images
Browse files Browse the repository at this point in the history
This was introduced in #2655.
  • Loading branch information
wolfgangwalther committed Feb 7, 2024
1 parent 49152ca commit 8ff19f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Workaround runner image issue
# https://github.com/actions/runner-images/issues/7061
run: sudo chown -R "$USER" /usr/local/.ghcup
- name: ghcup
run: |
ghcup install ghc ${{ matrix.ghc }}
Expand Down

0 comments on commit 8ff19f4

Please sign in to comment.