Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Oct 17, 2023
1 parent f64f0d8 commit 93d6bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ max_jobs: 1
#---------------------------------#

# Build worker image (VM template)
os: Visual Studio 2019
os: Visual Studio 2022

#---------------------------------#
# build configuration #
Expand All @@ -43,7 +43,6 @@ os: Visual Studio 2019
install:
- cmd: git config --global core.autocrlf true
- cmd: cd C:\Tools\vcpkg
- cmd: git pull
- cmd: .\bootstrap-vcpkg.bat
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: git submodule update --init --recursive
Expand Down

0 comments on commit 93d6bf4

Please sign in to comment.