Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 17a5d89

Browse files
committed
fix(ci-windows): Update cmake for preparation
1 parent a22e015 commit 17a5d89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
- name: Build
294294
id: cmake_build
295295
run: |
296+
cmake -S ./nitro_deps -B ./build_deps/nitro_deps
296297
cmake --build ./build_deps/nitro_deps --config Release
297298
mkdir build
298299
cd build
@@ -367,6 +368,7 @@ jobs:
367368
- name: Build
368369
id: cmake_build
369370
run: |
371+
cmake -S ./nitro_deps -B ./build_deps/nitro_deps
370372
cmake --build ./build_deps/nitro_deps --config Release
371373
mkdir build
372374
cd build

0 commit comments

Comments
 (0)