ci: fix ghcup
This commit is contained in:
committed by
Steve Chavez
parent
f4135bb3ff
commit
a9d66d1dac
@@ -222,6 +222,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user