mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-11 14:48:02 +00:00
fix ci builds (#106) (common ravy W)
* maybe fix html5 builds? * sudo apt -y i need to use debian based distros more dont i * also needs randr extensions * fuck it lets install all the x extensions and hope this is enough * libmesa is now libgl1-mesa * also needs alsa lib for sound man i love undocumented dependencies
This commit is contained in:
parent
4daf644284
commit
c17d48f39e
1
.github/workflows/build-shit.yml
vendored
1
.github/workflows/build-shit.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
- uses: ./.github/actions/setup-haxeshit
|
||||
- name: Build game?
|
||||
run: |
|
||||
sudo apt-get install -y libx11-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev libgl-dev libxi-dev libxext-dev libasound2-dev
|
||||
haxelib run lime build html5 -debug --times
|
||||
ls
|
||||
- uses: ./.github/actions/upload-itch
|
||||
|
|
Loading…
Reference in a new issue