diff --git a/.github/push-iso b/.github/push-iso index 0cfbf08..00750ed 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -2 +3 diff --git a/.github/workflows/push-iso.yml b/.github/workflows/push-iso.yml index 6c86848..96d0650 100644 --- a/.github/workflows/push-iso.yml +++ b/.github/workflows/push-iso.yml @@ -29,12 +29,9 @@ jobs: name: id_rsa known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: replace - - - name: Update APT Cache - run: apt-get update -y - name: Get ISO Build Dependencies - run: ./generate_roofs_from_docker.sh + run: ./get_iso_build_dep.sh - name: Generate Image ROOTFS from PikaOS Docker image run: ./generate_roofs_from_docker.sh