Skip to content

Commit ac398c4

Browse files
committed
ci: setup cmake since Makefiles depend on it
1 parent 5a15f84 commit ac398c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/wasm-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install uv
1919
run: python3 -m pip install uv
2020

21+
- name: Setup CMake
22+
uses: lukka/get-cmake@latest
23+
2124
- name: Update nightly version
2225
if: ${{ inputs.isNightly == true }}
2326
env:

0 commit comments

Comments
 (0)