Update .gitea/workflows/onpush.yaml

This commit is contained in:
2025-08-22 21:14:14 -04:00
parent 81e6b6e835
commit 39148869bc

View File

@@ -22,7 +22,7 @@ jobs:
- name: Ensure image is up to date and install build tools and deps - name: Ensure image is up to date and install build tools and deps
run: | run: |
bash -c "apt update && apt upgrade -y" bash -c "apt update && apt upgrade -y"
apt install -y build-essential nasm fdisk dosfstools apt install -y build-essential nasm mount fdisk dosfstools
- name: Build stevia - name: Build stevia
run: make run: make