Skip to content

Commit de97532

Browse files
committed
fix: update Python path for AppVeyor
1 parent 8c7d304 commit de97532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
- job_name: shared
1111

1212
install:
13-
- set PATH=C:\Python310-x64\Scripts;%PATH%
13+
- set PATH=C:\Python311-x64\Scripts;%PATH%
1414
- py -3 -m pip install conan
1515
- git submodule update --init --recursive
1616

0 commit comments

Comments
 (0)