From 7f6067444e0aaa503cf87e4464f71ce346f7477a Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 18 May 2022 13:22:36 -0400 Subject: [PATCH] testing new cleaner action stuff? --- .github/workflows/build-html5-onLinux.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-html5-onLinux.yml b/.github/workflows/build-html5-onLinux.yml index 8d9b05970..d57843667 100644 --- a/.github/workflows/build-html5-onLinux.yml +++ b/.github/workflows/build-html5-onLinux.yml @@ -1,22 +1,12 @@ -name: learn-github-actions +name: build-upload-html5 on: [push] jobs: create-nightly-html5: runs-on: ubuntu-latest steps: - - uses: krdlab/setup-haxe@v1.1.6 - with: - haxe-version: 4.2.4 - - uses: actions/checkout@v2 - - name: Cache Haxe Stuff + - uses: ninjamuffin99/action-hmm-setup@v1 + - name: Setting up linux run: | - haxelib config - - name: Installing Haxe lol - run: | - haxe -version - haxelib --global install hmm - haxelib --global run hmm setup - hmm install --quiet haxelib run lime setup linux - name: Build game? run: |