Skip to content

Commit

Permalink
fix build by switching to MinGW GCC 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Jun 16, 2024
1 parent 88199cc commit a14c7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ for:
- ps: $env:package_version = ("$(git describe --tags --always --long)").trim()
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
before_build:
- cmd: if %COMPILER%==MinGW if %ARCH%==x64 set PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;%PATH%
- cmd: if %COMPILER%==MinGW if %ARCH%==x64 set PATH=C:\Qt\6.7.0\mingw_64\bin;%PATH%
- cmd: set PATH=%QTDIR%\bin;%PATH%;C:\Qt\Tools\QtCreator\bin
- cmd: if %COMPILER%==MinGW set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
- cmd: echo PATH=%PATH%
Expand Down

0 comments on commit a14c7b3

Please sign in to comment.