mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +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 }}
|
- 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
|
- id: setup-haskell
|
||||||
uses: haskell/actions/setup@v2
|
uses: haskell/actions/setup@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user