Skip to content

Commit

Permalink
fix(ci-windows): Update cmake for preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Oct 8, 2023
1 parent a22e015 commit 17a5d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ jobs:
- name: Build
id: cmake_build
run: |
cmake -S ./nitro_deps -B ./build_deps/nitro_deps
cmake --build ./build_deps/nitro_deps --config Release
mkdir build
cd build
Expand Down Expand Up @@ -367,6 +368,7 @@ jobs:
- name: Build
id: cmake_build
run: |
cmake -S ./nitro_deps -B ./build_deps/nitro_deps
cmake --build ./build_deps/nitro_deps --config Release
mkdir build
cd build
Expand Down

0 comments on commit 17a5d89

Please sign in to comment.