Update .gitea/workflows/onpush.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user