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 664e1f3 commit 5216a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/win_boost_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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 -DCMAKE_TOOLCHAIN_FILE=.../vcpkg.cmake`
- name: make
Expand Down

0 comments on commit 5216a2b

Please sign in to comment.