From a378b94324bf7c50d2e3fbd9c9abb1139e2e2420 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sun, 21 Jul 2024 19:03:36 +0200 Subject: [PATCH] wip --- .github/workflows/build.yml | 9 +++++++++ app/yarn.lock | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3213863..2e524030 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/app/yarn.lock b/app/yarn.lock index d48a3983..db6f6117 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -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"