Update build.yml

This commit is contained in:
Jay Lee
2022-01-26 14:24:01 -05:00
committed by GitHub
parent 142191caeb
commit 31f0064e53

View File

@ -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