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 5216a2b commit 97d4a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win_boost_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
choco install nasm
where vcpkg
- name: CMake set-up
run: cmake -S . `-D CMAKE_BUILD_TYPE=Release -DUSE_BOOST=ON -DCMAKE_TOOLCHAIN_FILE=.../vcpkg.cmake`
run: cmake -S . `-D CMAKE_BUILD_TYPE=Release -DUSE_BOOST=ON`
- name: make
run: cmake --build . --config Release

0 comments on commit 97d4a43

Please sign in to comment.