diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 955eb092..212cca5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -328,8 +328,8 @@ jobs: touch $gampath/enabledasa.txt echo "printer model count:" $gam print printermodels | wc -l - $gam print printers - $gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(date)" + #$gam print printers + #$gam create printer displayname "${newbase}" uri ipp://localhost:631 driverless description "made by $(date)" - name: Upload to Google Drive, build only. if: github.event_name == 'push' && matrix.goal != 'test'