Skip to content

Commit

Permalink
resolved a workflow problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jongbongan committed Oct 21, 2024
1 parent 20c9956 commit 1a45835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
shell: cmd
run: |
mkdir build
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
shell: cmd
run: |
mkdir build
Expand Down Expand Up @@ -174,6 +176,7 @@ jobs:
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
shell: cmd
run: |
cmake --preset windows-ci-build-with-nonstandard-options -L
Expand Down

0 comments on commit 1a45835

Please sign in to comment.