1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-02 07:28:53 +00:00

Attempt at fixing Github Actions on WIN and HTML5

This commit is contained in:
EliteMasterEric 2023-08-03 09:23:53 -04:00
parent 3a31c9731c
commit 113b4c45a4
2 changed files with 9 additions and 2 deletions

View file

@ -39,7 +39,7 @@ jobs:
haxelib run lime rebuild linux --clean
- 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
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
ls
- uses: ./.github/actions/upload-itch

View file

@ -91,6 +91,13 @@
"ref": "acb0334c59bd4618f3c0277584d524ed0b288b5f",
"url": "https://github.com/EliteMasterEric/lime"
},
{
"name": "mockatoo",
"type": "git",
"dir": null,
"ref": "master",
"url": "https://github.com/EliteMasterEric/mockatoo"
},
{
"name": "openfl",
"type": "git",
@ -116,4 +123,4 @@
"version": "0.11.0"
}
]
}
}