Skip to content

Commit 3dbddd9

Browse files
committed
fix release builds
1 parent 175707b commit 3dbddd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)