This commit is contained in:
Taylor Fausak 2023-02-09 14:01:57 -05:00 committed by GitHub
parent cf2a275865
commit cb6d96e949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,10 @@ jobs:
- run: mkdir ${{ steps.artifact.outputs.directory }}
# https://discourse.haskell.org/t/incident-github-actions-ci-failure-ghcup/5761
- if: matrix.platform == 'ubuntu'
run: sudo chown -R $USER /usr/local/.ghcup
- id: setup-haskell
uses: haskell/actions/setup@v2
with: