Update .gitea/workflows/onpush.yaml
All checks were successful
Daily Build and trunk tester / debian_update (push) Successful in 1m34s

This commit is contained in:
2025-08-22 22:45:59 -04:00
parent c45e62ecc2
commit ffe887b6a9

View File

@@ -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