This commit is contained in:
parent
fdc9b3f288
commit
e2a2ffa73b
|
@ -1,10 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
linux build:
|
||||
runs-on: debian
|
||||
runs-on: prosperon
|
||||
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
|
||||
- run: git clone --depth 1 https://forge.pockle.world/john.prosperon.git .
|
||||
- run: git submodule init
|
||||
- run: git submodule update --depth 1
|
||||
|
|
Loading…
Reference in a new issue