Skip to content

Commit e415722

Browse files
committed
Fix
1 parent b724b03 commit e415722

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ jobs:
5454
uses: actions/checkout@v4
5555

5656
- name: Install Rust toolchain
57-
uses: dtolnay/rust-action@stable
57+
uses: dtolnay/rust-toolchain@stable
58+
with:
59+
targets: wasm32-unknown-unknown
60+
components: rust-src
5861

5962
- name: Install Protobuf
6063
run: sudo apt-get install -y protobuf-compiler

0 commit comments

Comments
 (0)