Skip to content

Commit 61c77a8

Browse files
author
Vladimir Kotal
committed
Chocolatey switched to Python 3.9
fixes #3267
1 parent 7416c09 commit 61c77a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
3131
export PATH=${PATH}:${JAVA_HOME}
3232

3333
# needs to be before the default Python 2
34-
export PATH=/c/Python38:${PATH}
34+
export PATH=/c/Python39:${PATH}
3535

3636
extra_args="$extra_args -Dorg.opengrok.indexer.analysis.Ctags=c:\\ProgramData\\chocolatey\\lib\\universal-ctags\\tools\\ctags.exe"
3737
fi

0 commit comments

Comments
 (0)