File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ jobs:
3030 - name : Install required haxelibs
3131 run : |
3232 haxelib setup C:/haxelib
33- haxelib install hxcpp > /dev/null --quiet
33+ haxelib install format --quiet
34+ haxelib install hxp --quiet
35+ haxelib install hxcpp --quiet
3436 haxelib git lime https://github.com/SomeGuyWhoLovesCoding/lime.git --quiet
3537 haxelib run lime setup --quiet
3638 haxelib install peote-view --quiet
37- haxelib install format --quiet
3839 haxelib install input2action --quiet
3940 haxelib install customtitlebar --quiet
4041 shell : cmd
@@ -63,11 +64,12 @@ jobs:
6364 - name : Install required haxelibs
6465 run : |
6566 haxelib setup ~/haxelib
67+ haxelib install format --quiet
68+ haxelib install hxp --quiet
6669 haxelib install hxcpp > /dev/null --quiet
6770 haxelib git lime https://github.com/SomeGuyWhoLovesCoding/lime.git --quiet
6871 haxelib run lime setup --quiet
6972 haxelib install peote-view --quiet
70- haxelib install format --quiet
7173 haxelib install input2action --quiet
7274 haxelib install customtitlebar --quiet
7375 - name : Create version tag
You can’t perform that action at this time.
0 commit comments