Skip to content

Commit

Permalink
add boost build for windows x86
Browse files Browse the repository at this point in the history
  • Loading branch information
andersc committed Dec 29, 2022
1 parent 97d4a43 commit 7fc1944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/win_boost_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
vcpkg install boost-system:x64-windows
vcpkg integrate install
choco install nasm
where vcpkg
- name: CMake set-up
run: cmake -S . `-D CMAKE_BUILD_TYPE=Release -DUSE_BOOST=ON`
run: cmake -S . `-D CMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_BOOST=ON`
- name: make
run: cmake --build . --config Release

0 comments on commit 7fc1944

Please sign in to comment.