Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:03:20 +01:00
parent b971037ce5
commit a9d39153e5

View File

@ -16,4 +16,13 @@ jobs:
with:
submodules: recursive
- name: Installing vcpkg
run: |
cd ..
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout --force 2020.01
.\bootstrap-vcpkg.bat
.\vcpkg.exe install cppzmq:x64-windows