Skip to content

Commit 4767085

Browse files
committed
Change workflow hxcpp to cne-hxcpp
1 parent 73ddd44 commit 4767085

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo "HAXEPATH=$HAXE_STD_PATH/.." >> $GITHUB_ENV
2121
- name: Install Haxe dependencies
2222
run: |
23-
haxelib install hxcpp --quiet
23+
haxelib git hxcpp https://github.com/CodenameCrew/cne-hxcpp --quiet
2424
haxelib install format --quiet
2525
haxelib install hxp --quiet
2626
haxelib install lime 8.1.3 --quiet
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Install Haxe dependencies
6161
run: |
62-
haxelib install hxcpp --quiet
62+
haxelib git hxcpp https://github.com/CodenameCrew/cne-hxcpp --quiet
6363
haxelib install format --quiet
6464
haxelib install hxp --quiet
6565
haxelib install lime 8.1.3 --quiet
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Install Haxe dependencies
105105
run: |
106-
haxelib install hxcpp --quiet
106+
haxelib git hxcpp https://github.com/CodenameCrew/cne-hxcpp --quiet
107107
haxelib install format --quiet
108108
haxelib install hxp --quiet
109109
haxelib install lime --quiet
@@ -231,7 +231,7 @@ jobs:
231231
232232
- name: Install Haxe dependencies
233233
run: |
234-
haxelib install hxcpp --quiet
234+
haxelib git hxcpp https://github.com/CodenameCrew/cne-hxcpp --quiet
235235
haxelib install format --quiet
236236
haxelib install hxp --quiet
237237
haxelib install lime --quiet
@@ -305,7 +305,7 @@ jobs:
305305
306306
- name: Install Haxe dependencies
307307
run: |
308-
haxelib install hxcpp --quiet
308+
haxelib git hxcpp https://github.com/CodenameCrew/cne-hxcpp --quiet
309309
haxelib install format --quiet
310310
haxelib install hxp --quiet
311311
haxelib install lime --quiet

0 commit comments

Comments
 (0)