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 6bacdc4 commit c3807f3Copy full SHA for c3807f3
.github/workflows/ci.yml
@@ -19,18 +19,5 @@ jobs:
19
with:
20
haxe-version: 4.3.6
21
22
- - name: Install Haxelibs
23
- run: |
24
- haxelib install lime 8.2.2
25
- haxelib install openfl 9.4.1
26
- haxelib install flixel 6.0.0
27
- haxelib install flixel-addons 3.3.2
28
- haxelib install flixel-tools 1.5.1
29
- haxelib install hxcpp-debug-server 1.2.4
30
- haxelib install hxdiscord_rpc 1.3.0
31
- haxelib run lime setup -y
32
- haxelib run openfl setup -y
33
- haxelib run flixel-tools setup -y
34
-
35
- name: Test Build (HTML5)
36
run: lime test html5 --no-launch
0 commit comments