From: Tobias Oetiker Date: Sun, 4 Jul 2021 15:57:23 +0000 (+0200) Subject: mini change to trigger travis X-Git-Tag: v1.8.0~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1121%2Fhead;p=thirdparty%2Frrdtool-1.x.git mini change to trigger travis --- 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 }}