Compare commits
No commits in common. "0d1d05ed185c1cf496c90f8a6fdfa5c638cd3c32" and "cbd66109398fe0d68fda5ca1d90ecaf9a654c536" have entirely different histories.
0d1d05ed18
...
cbd6610939
|
@ -1,11 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
linux build:
|
||||
runs-on: debian
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- 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
|
||||
- run: echo All Good
|
||||
- run: echo TTTTEST
|
Loading…
Reference in a new issue