Skip to content

Commit

Permalink
actions: fix missing openfl and wrong cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 15, 2023
1 parent bbd7889 commit 898837c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install lime --quiet
haxelib install openfl --quiet
haxelib install utest --quiet
haxelib install hamcrest --quiet
haxelib run lime config AIR_SDK ${{ env.AIR_HOME }}
Expand All @@ -211,5 +212,6 @@ jobs:
haxelib dev starling $Env:GITHUB_WORKSPACE
- name: Run tests on Adobe AIR
working-directory: tests
run: |
haxelib run openfl test air

0 comments on commit 898837c

Please sign in to comment.