Skip to content

Commit

Permalink
Downdrade to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Feb 2, 2024
1 parent 460a155 commit 1f4dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ function FestEngineGetDeps {
$env:VER = $env:APPVEYOR_REPO_COMMIT.substring(0,7)
}
if ($env:ARCH -eq '32') {
$env:PYTHON_PATH = 'C:\Python311'
$env:PYTHON_PATH = 'C:\Python39'
$env:VLC_ARCH_FLAG = '--x86'
} else {
$env:PYTHON_PATH = 'C:\Python311-x64'
$env:PYTHON_PATH = 'C:\Python39-x64'
}
if ($env:VLC -eq 'latest') {
$env:VLC_VERSION = ((choco list vlc | Select-String -Pattern '^vlc [\d\.]* \[Approved\]') -split ' ')[1]
Expand Down

0 comments on commit 1f4dbb9

Please sign in to comment.