This commit is contained in:
parent
0d1d05ed18
commit
fdc9b3f288
|
@ -5,7 +5,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- 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: 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
|
- run: git clone --depth 1 https://forge.pockle.world/john.prosperon.git .
|
||||||
with:
|
- run: git submodule init
|
||||||
submodules: true
|
- run: git submodule update --depth 1
|
||||||
|
- run: wget https://github.com/floooh/sokol-tools-bin/raw/master/bin/linux/sokol-shdc
|
||||||
|
- run: chmod +x sokol-shdc
|
||||||
- run: make
|
- run: make
|
||||||
|
|
Loading…
Reference in a new issue