From 4e1a5d6d65e98108e4e40db3ae5ec64cbbad415e Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Thu, 3 Aug 2023 11:47:40 -0400 Subject: [PATCH] Use cached builds for Lime --- .github/workflows/build-shit.yml | 25 +------------------------ hmm.json | 4 ++-- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build-shit.yml b/.github/workflows/build-shit.yml index c52a1554f..ddd6e8be0 100644 --- a/.github/workflows/build-shit.yml +++ b/.github/workflows/build-shit.yml @@ -27,21 +27,9 @@ jobs: with: submodules: 'recursive' - uses: ./.github/actions/setup-haxeshit - - name: Build Lime - # TODO: Remove the step that builds Lime later. - # Bash method - run: | - LIME_PATH=`haxelib libpath lime` - echo "Moving to $LIME_PATH" - cd $LIME_PATH - git submodule sync --recursive - git submodule update --recursive - git status - 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 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 libxinerama-dev libxrandr-dev libgl1-mesa-dev haxelib run lime build html5 -debug --times ls - uses: ./.github/actions/upload-itch @@ -61,17 +49,6 @@ jobs: with: submodules: 'recursive' - uses: ./.github/actions/setup-haxeshit - - name: Build Lime - # TODO: Remove the step that builds Lime later. - # Powershell method - run: | - $LIME_PATH = haxelib libpath lime - echo "Moving to $LIME_PATH" - cd $LIME_PATH - git submodule sync --recursive - git submodule update --recursive - git status - haxelib run lime rebuild windows --clean - name: Build game run: | haxelib run lime build windows -debug diff --git a/hmm.json b/hmm.json index d0dde499d..7c23f2880 100644 --- a/hmm.json +++ b/hmm.json @@ -88,7 +88,7 @@ "name": "lime", "type": "git", "dir": null, - "ref": "acb0334c59bd4618f3c0277584d524ed0b288b5f", + "ref": "58800b7810123cbe5c1f5b88f23e4ebf6fae6f3a", "url": "https://github.com/EliteMasterEric/lime" }, { @@ -123,4 +123,4 @@ "version": "0.11.0" } ] -} \ No newline at end of file +}