mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 06:15:05 +03:00
Fix CI (#80)
This commit is contained in:
parent
cf2a275865
commit
cb6d96e949
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user