CI Fixing
This commit is contained in:
parent
79c6f41da1
commit
a96b74ba44
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue