Skip to content

Commit 7ea81f4

Browse files
authored
Apply suggestion from @bfops
Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
1 parent 7be2c18 commit 7ea81f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ jobs:
231231
# Install native and wasm toolchains required by SDK tests:
232232
# - `emcc` for C++ module compilation tests.
233233
# - `wasm32-unknown-unknown` target for Rust web client tests.
234-
- name: Install native and wasm test prerequisites
234+
# Install cmake and emscripten for C++ module compilation tests.
235+
- name: Install cmake and emscripten
235236
run: |
236237
sudo apt-get update
237238
sudo apt-get install -y cmake

0 commit comments

Comments
 (0)