diff --git a/.github/actions/windows-install.sh b/.github/actions/windows-install.sh index 2af2ab8d..e34f2834 100755 --- a/.github/actions/windows-install.sh +++ b/.github/actions/windows-install.sh @@ -9,7 +9,7 @@ export gampath="${distpath}gam" rm -rf $gampath #mkdir -p $gampath #export gampath=$(readlink -e $gampath) -pyinstaller --clean --noupx --distpath $gampath gam.spec +$python -m pyinstaller --clean --noupx --distpath $gampath gam.spec export gam="${gampath}/gam" echo "running compiled GAM..." $gam version