mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
.
This commit is contained in:
parent
adc5043da2
commit
70d8a3638b
4
.github/workflows/build-shit.yml
vendored
4
.github/workflows/build-shit.yml
vendored
|
@ -37,11 +37,11 @@ jobs:
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git submodule update --recursive
|
git submodule update --recursive
|
||||||
git status
|
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
|
haxelib run lime rebuild linux --clean
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
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
|
haxelib run lime build html5 -debug --times
|
||||||
ls
|
ls
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
|
|
Loading…
Reference in a new issue