mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Test a shorter PATH for appveyor
This commit is contained in:
parent
cc3d32c65e
commit
dd1ed7e3fb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ build:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set QT_DIR=C:\Qt\5.15\msvc2019_64
|
- set QT_DIR=C:\Qt\5.15\msvc2019_64
|
||||||
- set PATH=C:\Strawberry\perl\bin;C:\Python39-x64;%PATH%;%QT_DIR%\bin
|
- set PATH=C:\Strawberry\perl\bin;C:\Python39-x64;%QT_DIR%\bin
|
||||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Reference in a new issue