From 79a9674b4068dfd11489539f92dd26b6fce2745f Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Sun, 4 Jul 2021 17:57:23 +0200 Subject: [PATCH] mini change to trigger travis --- .github/workflows/ci-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 63a21ae3..8be57af8 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -80,6 +80,7 @@ jobs: vcpkgArguments: '${{ matrix.vcpkgPackages }}' # Ensure the vcpkg artifacts are cached, they are generated in the 'CMAKE_BINARY_DIR/vcpkg_installed' directory. additionalCachedPaths: ${{ env.buildDir }}/vcpkg_installed + - name: Build ${{ matrix.configuration }} run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.configuration }} -- 2.47.2