We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190e5fd commit 1409f56Copy full SHA for 1409f56
.github/workflows/main.yml
@@ -20,6 +20,7 @@ jobs:
20
haxelib install openfl --quiet
21
haxelib install feathersui --quiet
22
haxelib install feathersui-rpc-services --quiet
23
+ haxelib install puremvc-standard --quiet
24
- name: Build puremvc-haxe-demo-hello-openfl
25
working-directory: puremvc-haxe-demo-hello-openfl
26
run: |
@@ -70,6 +71,7 @@ jobs:
70
71
72
73
74
75
haxelib run lime config AIR_SDK ${{ env.AIR_HOME }}
76
77
0 commit comments