Skip to content

Commit 155a61e

Browse files
committed
build: Replace actions-rs/cargo
1 parent 2471324 commit 155a61e

3 files changed

Lines changed: 2 additions & 46 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,7 @@ jobs:
415415
cache-all-crates: "true"
416416

417417
- name: Install wasm-pack
418-
uses: actions-rs/cargo@v1
419-
with:
420-
command: install
421-
args: wasm-pack
418+
run: cargo install wasm-pack
422419

423420
- name: Install dependencies
424421
run: yarn install

.github/workflows/javascript-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,7 @@ jobs:
168168
cache-all-crates: "true"
169169

170170
- name: Install wasm-pack
171-
uses: actions-rs/cargo@v1
172-
with:
173-
command: install
174-
args: wasm-pack
171+
run: cargo install wasm-pack
175172

176173
- name: Install dependencies
177174
run: yarn install

.github/workflows/wasm-release.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)