Skip to content

Commit

Permalink
added lime setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Mar 10, 2024
1 parent 6fcad14 commit 9252468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployStaticHtml5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Run npm install
run: npm i lix
- name: Run lix download
run: npx lix download
run: |
npx lix download
echo "y" | npx haxelib run lime setup
- name: Compile Html5 app
run: npx lime build html5
- name: Upload artifact
Expand Down

0 comments on commit 9252468

Please sign in to comment.