1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00
This commit is contained in:
EliteMasterEric 2023-08-03 09:39:06 -04:00
parent adc5043da2
commit 70d8a3638b

View file

@ -37,11 +37,11 @@ jobs:
git submodule sync --recursive
git submodule update --recursive
git status
sudo apt-get install -y libxinerama-dev libxrandr-dev
sudo apt-get install -y libxinerama-dev libxrandr-dev libgl1-mesa-dev
haxelib run lime rebuild linux --clean
- name: Build game
run: |
sudo apt-get install -y libx11-dev xorg-dev libgl1-mesa-dev libgl-dev libxi-dev libxext-dev libasound2-dev
sudo apt-get install -y libx11-dev xorg-dev libgl-dev libxi-dev libxext-dev libasound2-dev
haxelib run lime build html5 -debug --times
ls
- uses: ./.github/actions/upload-itch