Skip to content

Commit a63a67d

Browse files
committed
chore: fixing release
1 parent 062cd0a commit a63a67d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
if: ${{ !matrix.platform.cross }}
4747
- name: Install cross
4848
run: cargo install cross
49+
- run: rustup target add aarch64-unknown-linux-gnu
50+
shell: bash
4951
- name: Build binary (*nix)
5052
shell: bash
5153
run: |

.github/workflows/release-vsix.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
override: true
3333
profile: minimal
3434
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # ratchet:Swatinem/rust-cache@v2
35-
- uses: taiki-e/cache-cargo-install-action@4d586f211d9b0bca9e7b59e57e2a0febf36c0929 # ratchet:taiki-e/cache-cargo-install-action@v1
36-
with:
37-
tool: wasm-bindgen-cli
35+
- run: cargo install wasm-bindgen-cli
3836
- name: Build rust wasm
3937
run: make rust_build_wasm
4038
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # ratchet:actions/setup-node@v4

0 commit comments

Comments
 (0)