Skip to content

Commit b498b2a

Browse files
committed
use custom samples for testing
1 parent 4cb85cf commit b498b2a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Install samples
7777
run: |
78-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
78+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
7979
8080
- name: Build HelloWorld sample
8181
run: |
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Install samples
169169
run: |
170-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
170+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
171171
172172
# - name: Build HelloWorld sample
173173
# run: |
@@ -254,7 +254,7 @@ jobs:
254254

255255
- name: Install samples
256256
run: |
257-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
257+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
258258
259259
- name: Build HelloWorld sample
260260
run: |
@@ -336,7 +336,7 @@ jobs:
336336

337337
- name: Install samples
338338
run: |
339-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
339+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
340340
341341
- name: Build HelloWorld sample
342342
run: |
@@ -398,7 +398,7 @@ jobs:
398398

399399
- name: Install samples
400400
run: |
401-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
401+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
402402
403403
# - name: Build HelloWorld sample
404404
# run: |
@@ -580,7 +580,7 @@ jobs:
580580
run: |
581581
haxelib install format --quiet
582582
haxelib install hxp --quiet
583-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
583+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
584584
585585
- name: Prepare Lime
586586
run: |
@@ -632,7 +632,7 @@ jobs:
632632
haxelib install ../hxcpp-4.3.45.zip --quiet
633633
haxelib install format --quiet
634634
haxelib install hxp --quiet
635-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
635+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
636636
637637
- name: Prepare Lime
638638
run: |
@@ -678,7 +678,7 @@ jobs:
678678
679679
- name: Install Haxe dependencies
680680
run: |
681-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
681+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
682682
683683
- uses: actions/download-artifact@v4
684684
with:
@@ -728,7 +728,7 @@ jobs:
728728
729729
- name: Install Haxe dependencies
730730
run: |
731-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
731+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
732732
733733
- uses: actions/download-artifact@v4
734734
with:
@@ -776,7 +776,7 @@ jobs:
776776
- name: Install Haxe dependencies
777777
run: |
778778
haxelib install genes --quiet
779-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
779+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
780780
781781
- uses: actions/download-artifact@v4
782782
with:
@@ -845,7 +845,7 @@ jobs:
845845
846846
- name: Install Haxe dependencies
847847
run: |
848-
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
848+
haxelib git lime-samples https://github.com/ACrazyTown/lime-samples --quiet
849849
850850
- uses: actions/download-artifact@v4
851851
with:

0 commit comments

Comments
 (0)