mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-19 21:33:06 +00:00
Attempt at fixing Github Actions on WIN and HTML5
This commit is contained in:
parent
3a31c9731c
commit
113b4c45a4
2
.github/workflows/build-shit.yml
vendored
2
.github/workflows/build-shit.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
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 libxinerama-dev libxrandr-dev libgl1-mesa-dev libgl-dev libxi-dev libxext-dev libasound2-dev
|
sudo apt-get install -y libx11-dev xorg-dev libxinerama-dev libxrandr-dev libgl1-mesa-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
|
||||||
|
|
7
hmm.json
7
hmm.json
|
@ -91,6 +91,13 @@
|
||||||
"ref": "acb0334c59bd4618f3c0277584d524ed0b288b5f",
|
"ref": "acb0334c59bd4618f3c0277584d524ed0b288b5f",
|
||||||
"url": "https://github.com/EliteMasterEric/lime"
|
"url": "https://github.com/EliteMasterEric/lime"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "mockatoo",
|
||||||
|
"type": "git",
|
||||||
|
"dir": null,
|
||||||
|
"ref": "master",
|
||||||
|
"url": "https://github.com/EliteMasterEric/mockatoo"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "openfl",
|
"name": "openfl",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue