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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master]
|
||||||
- 'master'
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: debian
|
runs-on: debian
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install make gcc -y
|
- run: apt install make gcc -y
|
||||||
- run: make test/test.elf
|
- run: make test/test.elf
|
||||||
|
|
Loading…
Reference in a new issue