Skip to content

Commit

Permalink
apply ghcup github workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 9, 2023
1 parent 2095f42 commit b768736
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- 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 }}
Expand Down Expand Up @@ -69,6 +72,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: Add-Content $env:GITHUB_PATH $env:PGBIN
- 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 }}
Expand Down

0 comments on commit b768736

Please sign in to comment.