Skip to content

Commit

Permalink
Update appveyor to use Visual Studio 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Oct 19, 2022
1 parent 3398a89 commit 4488638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
@@ -1,10 +1,10 @@
os: Visual Studio 2017
os: Visual Studio 2022

platform: x64

install:
# Enable x64 Native Tools
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
- '"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'

# Workaround for path length errors during precompilation of longer repo names
- SET TMPDIR=C:\tmp
Expand Down

0 comments on commit 4488638

Please sign in to comment.