Skip to content

Commit 70b7fe8

Browse files
authored
Fix macos-alias (#672)
1 parent 5ce6146 commit 70b7fe8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
node-version-file: '.nvmrc'
4747
cache: yarn
4848

49+
- name: Install macos-alias
50+
run: |
51+
sudo -H pip install setuptools
52+
sudo npm i -g yarn@1.22.0 node-gyp@10
53+
sudo npm install -g macos-alias
54+
yarn --network-timeout 1000000
55+
if: ${{ matrix.name == 'macOs' }}
56+
57+
4958
- run: yarn install --immutable --immutable-cache --check-cache
5059

5160
- run: yarn gulp release ${{ matrix.releaseArgs }}

0 commit comments

Comments
 (0)