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 710c6c0 commit ef4fec0Copy full SHA for ef4fec0
.github/workflows/ci.yml
@@ -78,6 +78,13 @@ jobs:
78
with:
79
node-version-file: '.nvmrc'
80
81
+ - name: Install macos dependencies
82
+ run: |
83
+ sudo -H pip install setuptools packaging
84
+ sudo npm install -g [email protected] node-gyp@10 macos-alias
85
+ yarn --network-timeout 1000000
86
+ if: ${{ matrix.name == 'macOs' }}
87
+
88
- name: Install Java JDK 8
89
uses: actions/setup-java@v3
90
if: ${{ matrix.name == 'Android' }}
0 commit comments