From ec2a92ed35042eff4682873f319933cde4886b7a Mon Sep 17 00:00:00 2001 From: Tim Teulings Date: Sun, 4 Feb 2024 19:34:14 +0100 Subject: [PATCH] Further updates --- .github/workflows/build_and test_on_vs2019.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and test_on_vs2019.yml b/.github/workflows/build_and test_on_vs2019.yml index 7a27a41e6..2641b3635 100644 --- a/.github/workflows/build_and test_on_vs2019.yml +++ b/.github/workflows/build_and test_on_vs2019.yml @@ -20,11 +20,11 @@ jobs: - name: Copy vcpkg.json run: copy vcpkg_medium.json vcpkg.json - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3.1 + uses: microsoft/setup-msbuild@v2 # Restore from cache the previously built ports. If cache-miss, download and build vcpkg (aka "bootstrap vcpkg"). - name: Restore from cache and install vcpkg # Download and build vcpkg, without installing any port. If content is cached already, it is a no-op. - uses: lukka/run-vcpkg@v11.1 + uses: lukka/run-vcpkg@v11.4 with: runVcpkgInstall: false vcpkgJsonGlob: '**/vcpkg.json' @@ -66,7 +66,7 @@ jobs: run: copy /Y build\Demos\Debug\*.exe dist shell: cmd - name: Upload distribution archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Libosmscout_Windows.zip path: dist @@ -81,7 +81,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Python 3.x for meson - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.x' - name: Install meson and ninja