There was an error while loading. Please reload this page.
1 parent 5a15f84 commit ac398c4Copy full SHA for ac398c4
1 file changed
.github/workflows/wasm-workflow.yml
@@ -18,6 +18,9 @@ jobs:
18
- name: Install uv
19
run: python3 -m pip install uv
20
21
+ - name: Setup CMake
22
+ uses: lukka/get-cmake@latest
23
+
24
- name: Update nightly version
25
if: ${{ inputs.isNightly == true }}
26
env:
0 commit comments