Skip to content

Commit dd8f214

Browse files
committed
fix(health-checks): add Rust and wasm-pack installation steps to workflow
1 parent 46c2f2b commit dd8f214

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/health-checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ jobs:
4848
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.naga_branch || github.ref }}
4949
fetch-depth: 1
5050

51+
- name: Install rust
52+
uses: actions-rs/toolchain@v1
53+
with:
54+
toolchain: stable
55+
override: true
56+
components: rust-std
57+
58+
- name: Install wasm-pack
59+
uses: jetli/[email protected]
60+
with:
61+
version: latest
62+
5163
- name: Setup Node.js
5264
uses: actions/setup-node@v4
5365
with:

0 commit comments

Comments
 (0)