Compare commits
No commits in common. "0d1d05ed185c1cf496c90f8a6fdfa5c638cd3c32" and "cbd66109398fe0d68fda5ca1d90ecaf9a654c536" have entirely different histories.
0d1d05ed18
...
cbd6610939
|
@ -1,11 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
linux build:
|
test:
|
||||||
runs-on: debian
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: echo All Good
|
||||||
- run: apt-get install binutils xxd make git wget clang build-essential libasound2-dev libx11-dev libgl1-mesa-dev libxi-dev libxcursor-dev -y
|
- run: echo TTTTEST
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
- run: make
|
|
Loading…
Reference in a new issue