mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-28 21:38:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
b971037ce5
commit
a9d39153e5
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user