From 93c8bff9cf5a7313ce563d6371bf4a46c9d8f6b6 Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Wed, 1 May 2024 11:25:01 +0530 Subject: [PATCH] test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0bf3a297..6fe6c319 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: sudo apt install -y git podman curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh git clone --recurse-submodules https://github.com/zstg/StratOS-iso - distrobox create -i archlinux -n isobuilder + distrobox create -i archlinux -n isobuilder -Y - name: Build ISO id: build_iso