From d887d110357d2bfee6073c1a2c733c8493155791 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 11 Aug 2020 10:27:40 +0100 Subject: [PATCH] Github actions for MSVC --- .github/workflows/main.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d118d1f..157d1b3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,15 +14,10 @@ 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: Setup MSBuild.exe + uses: warrenbuckley/Setup-MSBuild@v1 - name: Build and run run: | - MSBuild.exe etl.sln + working-directory: test + msbuild etl.sln