From 113b4c45a41b0685960ced8fb2cab03cfe3874e9 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Thu, 3 Aug 2023 09:23:53 -0400 Subject: [PATCH] Attempt at fixing Github Actions on WIN and HTML5 --- .github/workflows/build-shit.yml | 2 +- hmm.json | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index 32c2a0ede..45d04b92f 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -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 diff --git a/hmm.json b/hmm.json index f9ac62363..d0dde499d 100644 --- a/hmm.json +++ b/hmm.json @@ -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" } ] -} +} \ No newline at end of file