Skip to content

Commit

Permalink
Further updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Framstag committed Feb 4, 2024
1 parent a15e810 commit ec2a92e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and test_on_vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ec2a92e

Please sign in to comment.