diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9d7f877..07211ff4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -362,7 +362,7 @@ jobs: echo "gampath=${gampath}" >> $GITHUB_ENV echo "gam=${gam}" >> $GITHUB_ENV echo -e "GAM: ${gam}\nGAMPATH: ${gampath}" - "${PYTHON}" -OO -m PyInstaller --clean --noupx --strip --onefile --distpath="${gampath}" gam.spec + "${PYTHON}" -m PyInstaller --clean --noupx --strip --onefile --distpath="${gampath}" gam.spec - name: Basic Tests all jobs run: |