Skip to content

Commit

Permalink
fixed a code
Browse files Browse the repository at this point in the history
  • Loading branch information
jongbongan authored and 3357428 committed Oct 24, 2024
1 parent 1a45835 commit a0e9ba4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
vsversion: 2022
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
BOOST_DIR: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
shell: cmd
run: |
mkdir build
Expand Down Expand Up @@ -132,8 +131,7 @@ jobs:
vsversion: 2022
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
BOOST_DIR: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
shell: cmd
run: |
mkdir build
Expand Down Expand Up @@ -175,8 +173,7 @@ jobs:
vsversion: 2022
- name: Compile
env:
BOOST_ROOT: C:\local\boost
CMAKE_PREFIX_PATH: C:\local\boost\lib64-msvc-14.3\cmake\Boost-1.85.0
BOOST_DIR: 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 a0e9ba4

Please sign in to comment.