Skip to content

Commit ef4fec0

Browse files
authored
Fix macos build (#3658)
1 parent 710c6c0 commit ef4fec0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
with:
7979
node-version-file: '.nvmrc'
8080

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+
8188
- name: Install Java JDK 8
8289
uses: actions/setup-java@v3
8390
if: ${{ matrix.name == 'Android' }}

0 commit comments

Comments
 (0)