diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index a42690b..6caff57 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -49,6 +49,11 @@ jobs: major_version: [39] image_tag: [latest] steps: + - name: Maximize build space + uses: ublue-os/remove-unwanted-software@v6 + with: + remove-codeql: 'true' + - name: Build ISOs uses: ublue-os/isogenerator@1.0.9 id: build @@ -61,7 +66,6 @@ jobs: IMAGE_TAG: ${{ matrix.image_tag }} SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der' ENROLLMENT_PASSWORD: 'ublue-os' - WEB_UI: true - name: Upload ISOs and Checksum to Job Artifacts if: github.event_name == 'pull_request'