We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce6146 commit 70b7fe8Copy full SHA for 70b7fe8
.github/workflows/ci.yml
@@ -46,6 +46,15 @@ jobs:
46
node-version-file: '.nvmrc'
47
cache: yarn
48
49
+ - name: Install macos-alias
50
+ run: |
51
+ sudo -H pip install setuptools
52
+ sudo npm i -g [email protected] node-gyp@10
53
+ sudo npm install -g macos-alias
54
+ yarn --network-timeout 1000000
55
+ if: ${{ matrix.name == 'macOs' }}
56
+
57
58
- run: yarn install --immutable --immutable-cache --check-cache
59
60
- run: yarn gulp release ${{ matrix.releaseArgs }}
0 commit comments