This commit is contained in:
parent
4cfb2c73fe
commit
0d1d05ed18
|
@ -1,7 +1,11 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
linux build:
|
||||||
runs-on: docker
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: apt-get update
|
||||||
- run: echo TTTTEST
|
- run: apt-get install binutils xxd make git wget clang build-essential libasound2-dev libx11-dev libgl1-mesa-dev libxi-dev libxcursor-dev -y
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
- run: make
|
||||||
|
|
Loading…
Reference in a new issue