diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e524030..68fb7765 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,6 @@ jobs: with: node-version: 16 - - run: npm i -g npx - run: rustup target add ${{matrix.rust_triple}} - name: Install deps @@ -170,7 +169,6 @@ jobs: with: node-version: 18 - - run: npm i -g npx - run: rustup target add ${{matrix.rust_triple}} - name: Install deps (amd64)