fix: update Python path for AppVeyor

This commit is contained in:
sudden6 2022-11-23 21:35:23 +01:00
parent 8c7d30475f
commit de97532064
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -10,7 +10,7 @@ environment:
- job_name: shared
install:
- set PATH=C:\Python310-x64\Scripts;%PATH%
- set PATH=C:\Python311-x64\Scripts;%PATH%
- py -3 -m pip install conan
- git submodule update --init --recursive