1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

fix native modules rebuild on macos

This commit is contained in:
Clem Fern 2023-11-14 20:11:34 +01:00
parent 860ee3eaa9
commit 98719aafdc

View File

@ -53,6 +53,7 @@ jobs:
- name: Install deps
run: |
sudo -H pip install setuptools
sudo npm i -g yarn@1.22.1 node-gyp@10
yarn --network-timeout 1000000
env: