From 346abe9a691b5b64f96a5a6de7a60cc317c40380 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 11 Aug 2020 10:21:39 +0100 Subject: [PATCH] Github actions for MSVC --- .github/workflows/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 874835b4..3d118d1f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,15 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Installing vcpkg + run: | + cd .. + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + git checkout + .\bootstrap-vcpkg.bat + .\vcpkg.exe install cppzmq:x64-windows + - name: Build and run run: | MSBuild.exe etl.sln