ci: Remove workaround for ghcup on github actions runner images
This was introduced in https://github.com/PostgREST/postgrest/pull/2655.
This commit is contained in:
@@ -262,9 +262,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: ghcup
|
||||||
run: |
|
run: |
|
||||||
ghcup install ghc ${{ matrix.ghc }}
|
ghcup install ghc ${{ matrix.ghc }}
|
||||||
|
|||||||
Reference in New Issue
Block a user