We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be2c18 commit 7ea81f4Copy full SHA for 7ea81f4
1 file changed
.github/workflows/ci.yml
@@ -231,7 +231,8 @@ jobs:
231
# Install native and wasm toolchains required by SDK tests:
232
# - `emcc` for C++ module compilation tests.
233
# - `wasm32-unknown-unknown` target for Rust web client tests.
234
- - name: Install native and wasm test prerequisites
+ # Install cmake and emscripten for C++ module compilation tests.
235
+ - name: Install cmake and emscripten
236
run: |
237
sudo apt-get update
238
sudo apt-get install -y cmake
0 commit comments