mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -346,7 +346,7 @@ jobs:
|
||||
set +e
|
||||
PATH="${PATH}:${PYTHON_INSTALL_PATH}/scripts"
|
||||
echo $PATH
|
||||
if [[ "${arch} == "Win32" ]]; then
|
||||
if [[ "${arch}" == "Win32" ]]; then
|
||||
choco install --force --upgrade --forcex86 swig
|
||||
elif [[ "${arch}" == "Win64" ]]; then
|
||||
choco install --force --upgrade swig
|
||||
|
Reference in New Issue
Block a user