mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-22 13:13:47 +00:00
Added dependency to HTML5 lime build
This commit is contained in:
parent
ddcb0474a3
commit
3d8459fe6f
3
.github/workflows/build-shit.yml
vendored
3
.github/workflows/build-shit.yml
vendored
|
|
@ -35,7 +35,8 @@ jobs:
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
git status
|
git status
|
||||||
haxelib run lime rebuild windows --clean
|
sudo apt-get install -y libxinerama-dev
|
||||||
|
haxelib run lime rebuild linux --clean
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y libx11-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev libgl-dev libxi-dev libxext-dev libasound2-dev
|
sudo apt-get install -y libx11-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev libgl-dev libxi-dev libxext-dev libasound2-dev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue