Skip to content

Commit

Permalink
updated appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 2, 2024
1 parent 4d256ac commit 8826ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ environment:
INIT_BAT: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
QT_PATH: C:\Qt\5.15\msvc2019_64

# Qt6.2 / VisualStudio 2019 64bit
# Qt6.7 / VisualStudio 2019 64bit
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
INIT_BAT: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
QT_PATH: C:\Qt\6.2\msvc2019_64
QT_PATH: C:\Qt\6.7\msvc2019_64

# scripts that are called at very beginning, before repo cloning
init:
Expand Down

0 comments on commit 8826ea2

Please sign in to comment.