CI Fixing
All checks were successful
ci/woodpecker/push/test Pipeline was successful
/ test (push) Successful in 3s

This commit is contained in:
Imbus 2024-12-28 22:19:57 +01:00
parent 79c6f41da1
commit a96b74ba44

View file

@ -1,13 +1,13 @@
on:
push:
branches:
- 'master'
branches: [master]
jobs:
test:
runs-on: debian
container:
image: debian:bookworm
steps:
- uses: actions/checkout@v4
- run: apt update
- run: apt install make gcc -y
- run: make test/test.elf