Skip to content

Commit

Permalink
fix(CI): cinst no longer available, also use Qt 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Jun 28, 2024
1 parent 2671b60 commit 495ff31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
LIBEXIV2: C:\projects\exiv2
PPKG: C:\projects\ppkg
matrix:
- job_name: mingw_64_qt6_5
QTDIR: C:\Qt\6.5\mingw_64
- job_name: mingw_64_qt6_7
QTDIR: C:\Qt\6.7\mingw_64
MINGW64: C:\Qt\Tools\mingw1120_64
KF_BRANCH: master
EXIV2_VERSION: "0.28.2"
Expand Down Expand Up @@ -41,7 +41,7 @@ install:
build_script:
# prepare
- mkdir 3rdparty
- cinst ninja
- choco install ninja
- cd %PPKG%
- curl -fsSL -o ppkg.exe https://github.com/BLumia/pineapple-package-manager/releases/latest/download/ppkg.exe
- cd %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit 495ff31

Please sign in to comment.