mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update windows-before-install.sh
This commit is contained in:
4
.github/actions/windows-before-install.sh
vendored
4
.github/actions/windows-before-install.sh
vendored
@@ -13,8 +13,8 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}"
|
|||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
export python="python"
|
export python="c:\python\python.exe"
|
||||||
export pip="pip"
|
export pip="c:\python\scripts\pip.exe"
|
||||||
|
|
||||||
# pyscard needs swig, keep these two together
|
# pyscard needs swig, keep these two together
|
||||||
choco install $CHOCOPTIONS swig
|
choco install $CHOCOPTIONS swig
|
||||||
|
|||||||
Reference in New Issue
Block a user