test a linux build new
Some checks failed
/ linux build (push) Failing after 38s

This commit is contained in:
John Alanbrook 2024-03-10 10:36:38 -05:00
parent fdc9b3f288
commit e2a2ffa73b

View file

@ -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