File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/**/*"
You can’t perform that action at this time.
0 commit comments