From ffe887b6a9bc9c1e676af2e307df1f9c4f9f1c00 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Fri, 22 Aug 2025 22:45:59 -0400 Subject: [PATCH] Update .gitea/workflows/onpush.yaml --- .gitea/workflows/onpush.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/onpush.yaml b/.gitea/workflows/onpush.yaml index 022d633..feed079 100644 --- a/.gitea/workflows/onpush.yaml +++ b/.gitea/workflows/onpush.yaml @@ -22,7 +22,7 @@ jobs: - name: Ensure image is up to date and install build tools and deps run: | bash -c "apt update && apt upgrade -y" - apt install -y build-essential nasm mount fdisk dosfstools + apt install -y build-essential nasm mtools fdisk dosfstools - name: Build stevia run: make @@ -34,7 +34,5 @@ jobs: name: stevia-${{ github.run_number }} path: | build/** - disk.img - disk.img.gz if-no-files-found: error retention-days: 30 # override server default if you like \ No newline at end of file