Skip to content

Commit e3e58c9

Browse files
committed
actions: haxelib run lime
1 parent 2acb69e commit e3e58c9

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/main.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,42 +142,42 @@ jobs:
142142
- name: OpenFL GTweenColorAdjust
143143
working-directory: samples/openfl/GTweenColorAdjust
144144
run: |
145-
lime build html5
146-
lime build neko
147-
lime build hl
148-
lime build flash
145+
haxelib run lime build html5
146+
haxelib run lime build neko
147+
haxelib run lime build hl
148+
haxelib run lime build flash
149149
- name: OpenFL GTweenerDemo
150150
working-directory: samples/openfl/GTweenerDemo
151151
run: |
152-
lime build html5
153-
lime build neko
154-
lime build hl
155-
lime build flash
152+
haxelib run lime build html5
153+
haxelib run lime build neko
154+
haxelib run lime build hl
155+
haxelib run lime build flash
156156
- name: OpenFL GTweenInterrupt
157157
working-directory: samples/openfl/GTweenInterrupt
158158
run: |
159-
lime build html5
160-
lime build neko
161-
lime build hl
162-
lime build flash
159+
haxelib run lime build html5
160+
haxelib run lime build neko
161+
haxelib run lime build hl
162+
haxelib run lime build flash
163163
- name: OpenFL GTweenSimpleSequencing
164164
working-directory: samples/openfl/GTweenSimpleSequencing
165165
run: |
166-
lime build html5
167-
lime build neko
168-
lime build hl
169-
lime build flash
166+
haxelib run lime build html5
167+
haxelib run lime build neko
168+
haxelib run lime build hl
169+
haxelib run lime build flash
170170
- name: OpenFL GTweenSpeedDemo
171171
working-directory: samples/openfl/GTweenSpeedDemo
172172
run: |
173-
lime build html5
174-
lime build neko
175-
lime build hl
176-
lime build flash
173+
haxelib run lime build html5
174+
haxelib run lime build neko
175+
haxelib run lime build hl
176+
haxelib run lime build flash
177177
- name: OpenFL GTweenTimelineDemo
178178
working-directory: samples/openfl/GTweenTimelineDemo
179179
run: |
180-
lime build html5
181-
lime build neko
182-
lime build hl
183-
lime build flash
180+
haxelib run lime build html5
181+
haxelib run lime build neko
182+
haxelib run lime build hl
183+
haxelib run lime build flash

0 commit comments

Comments
 (0)