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