File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 # - N "local" tasks that build each platform's binaries and platform-specific installers
101101 matrix : ${{ fromJson(needs.plan.outputs.val).ci.github.artifacts_matrix }}
102102# runs-on: ${{ matrix.runner }}
103- runs-on : arc -runner-set
103+ runs-on : release -runner
104104 env :
105105 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
106106 BUILD_MANIFEST_NAME : target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
@@ -116,9 +116,11 @@ jobs:
116116
117117 - uses : Swatinem/rust-cache@v2
118118 - run : |
119+ rustup install nightly
119120 rustup target add wasm32-unknown-unknown --toolchain nightly
120121 rustup target add wasm32-unknown-unknown
121122 rustup component add rust-src
123+ sudo apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler
122124
123125 - name : Install cargo-dist
124126 run : ${{ matrix.install_dist }}
You can’t perform that action at this time.
0 commit comments