Compare commits

...

3 commits

Author SHA1 Message Date
John Alanbrook 0d1d05ed18 yaml action
Some checks failed
/ linux build (push) Failing after 1m10s
2024-03-10 10:08:11 -05:00
John Alanbrook 4cfb2c73fe Merge branch 'origin/master' 2024-03-10 10:07:41 -05:00
John Alanbrook 811839e782 test linux build action 2024-03-10 10:07:37 -05:00

View file

@ -1,7 +1,11 @@
on: [push]
jobs:
test:
runs-on: docker
linux build:
runs-on: debian
steps:
- run: echo All Good
- run: echo TTTTEST
- run: apt-get update
- 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