summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGangzheng Tong <tonggangzheng@gmail.com>2025-06-17 18:17:38 -0700
committerGitHub <noreply@github.com>2025-06-18 01:17:38 +0000
commitb9799e6137fb1d173cefd823521bb70b09ac435a (patch)
treee187e6d1bf1b62ba590c1397f6b7da06bd285060 /.github/workflows
parentb6ab113cc3f296b55292c2385e3c229266f235a4 (diff)
Update CMake version to 3.26 (#7459)
Fixes: #7453
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3984b1fda..5ac310510 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -140,6 +140,7 @@ jobs:
- name: Build Slang
if: steps.filter.outputs.should-run == 'true'
run: |
+ echo "cmake version: $(cmake --version)"
if [[ "${{ matrix.platform }}" = "wasm" ]]; then
git clone https://github.com/emscripten-core/emsdk.git
pushd emsdk