mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
Fixes CI issues (#997)
* Adds a workaround for GHCup CI issue * Fix Node.js to 18.12 to use the right npm version
This commit is contained in:
parent
6b887d6f24
commit
a7f499f71b
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -64,6 +64,11 @@ jobs:
|
|||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Workaround runner image issue
|
||||||
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
|
# https://github.com/actions/runner-images/issues/7061
|
||||||
|
run: sudo chown -R $USER /usr/local/.ghcup
|
||||||
|
|
||||||
- name: Set up Haskell
|
- name: Set up Haskell
|
||||||
id: setup-haskell-cabal
|
id: setup-haskell-cabal
|
||||||
uses: haskell/actions/setup@v2
|
uses: haskell/actions/setup@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user