Skip to content

Commit 9596614

Browse files
committed
chore: Add rust dependencies to gh-actions
1 parent aafecab commit 9596614

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/macos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: |
4545
brew install pkg-config autoconf autoconf-archive automake coreutils libtool cmake ninja
4646
47+
- name: Install rust dependencies
48+
run: |
49+
cargo install cargo install wasm-tools wit-bindgen-cli
50+
4751
- name: configure
4852
run: |
4953
cmake --preset linux-ninja-Debug

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
build-essential \
4444
ninja-build
4545
46+
- name: Install rust dependencies
47+
run: |
48+
cargo install cargo install wasm-tools wit-bindgen-cli
49+
4650
- name: configure
4751
run: |
4852
cmake --preset linux-ninja-Debug

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
submodules: recursive
3232

33+
- name: Install rust dependencies
34+
run: |
35+
cargo install cargo install wasm-tools wit-bindgen-cli
36+
3337
- uses: actions/cache@v3
3438
with:
3539
path: "build/vcpkg_installed/**/*"

0 commit comments

Comments
 (0)