mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-25 22:09:53 +00:00
wip
This commit is contained in:
parent
672f85e4d9
commit
a378b94324
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -3612,10 +3612,10 @@ run-queue@^1.0.0, run-queue@^1.0.3:
|
||||
dependencies:
|
||||
aproba "^1.1.1"
|
||||
|
||||
russh@^0.0.1-alpha.2:
|
||||
version "0.0.1-alpha.2"
|
||||
resolved "https://registry.yarnpkg.com/russh/-/russh-0.0.1-alpha.2.tgz#652c87c52798de1b68bedff077d2bf1c19a28caa"
|
||||
integrity sha512-jAMeNnQibZhexg7qBI1kwbB9yZvDd9quIBuERb1iBcGcoIxa60jRyz8wppnuCAcHD/8STrLY7xGUo414p0UJkQ==
|
||||
russh@^0.0.1-alpha.3:
|
||||
version "0.0.1-alpha.3"
|
||||
resolved "https://registry.yarnpkg.com/russh/-/russh-0.0.1-alpha.3.tgz#37080b6d4fa2490b5f5e24c7b8c2292d7304fcdf"
|
||||
integrity sha512-Ess97saSaqm+qpjeD6D64I+P+qGWSo53NFNGPBUk/iB9bVhC70jUGsf5SHu3H+jyOyhyswWca3lDI6JsA1gppQ==
|
||||
dependencies:
|
||||
"@napi-rs/cli" "^2.18.3"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user