From 09c5cbece5f36afa23bd90552598e0aecdd6384f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 7 Feb 2024 20:08:03 +0100 Subject: [PATCH] ci: Remove workaround for ghcup on github actions runner images This was introduced in https://github.com/PostgREST/postgrest/pull/2655. --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 914612f08..8981c081b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -262,9 +262,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 }}