Update main.yml

This commit is contained in:
fasiondog 2019-09-28 00:58:13 +08:00 committed by GitHub
parent b75032b3b7
commit c05b201555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,7 @@ jobs:
shell: pwsh
- name: build boost
run: |
cd $env:BOOST_ROOT
ls
cd BOOST_ROOT
%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
bootstrap.bat
b2 release link=shared address-model=64 -j 4 --with-python --with-date_time --with-filesystem --with-system --with-serialization --with-test
shell: pwsh