Browse Source

fix native modules rebuild on macos

Clem Fern 2 years ago
parent
commit
98719aafdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

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