This commit is contained in:
Eugene
2024-07-21 19:03:36 +02:00
parent 672f85e4d9
commit a378b94324
2 changed files with 13 additions and 4 deletions

View File

@@ -57,6 +57,9 @@ jobs:
with:
node-version: 16
- run: npm i -g npx
- run: rustup target add ${{matrix.rust_triple}}
- name: Install deps
run: |
sudo -H pip3 install setuptools
@@ -167,6 +170,9 @@ jobs:
with:
node-version: 18
- run: npm i -g npx
- run: rustup target add ${{matrix.rust_triple}}
- name: Install deps (amd64)
run: |
sudo apt-get update
@@ -316,6 +322,9 @@ jobs:
with:
node-version: 16
- run: npm i -g npx
- run: rustup target add ${{matrix.rust_triple}}
- name: Update node-gyp
run: |
npm install --global node-gyp@8.4.1