Update windows.yml

This commit is contained in:
Johannes Pohl 2020-07-30 14:10:06 +02:00 committed by GitHub
parent a82c140e56
commit 5f67cf2e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
if: steps.cache-boost.outputs.cache-hit != 'true'
run: 7z x boost_1_73_0.7z
- name: cmake build
run: cmake -S . -B build -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release
run: cmake -S . -B build -G "Visual Studio 16 2019" -DBOOST_ROOT=boost_1_73_0 -DCMAKE_BUILD_TYPE=Release
- name: cmake make
run: cmake --build build --parallel 3