actions: use the same version of hxcpp for all jobs (#1850)
We're currently using a version of hxcpp from GitHub instead of from Haxelib for macOS ARM64 support. Let's just use that version for all jobs, for consistency. Whenever hxcpp finally gets update on Haxelib, we'll switch to that version.
This commit is contained in:
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
|
||||
@@ -201,7 +202,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
|
||||
@@ -298,7 +300,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
|
||||
@@ -367,7 +370,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
|
||||
@@ -430,7 +434,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib install svg --quiet
|
||||
@@ -623,7 +628,8 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
haxelib install hxcpp 4.2.1 --quiet
|
||||
curl -LO https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ./hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||
|
||||
Reference in New Issue
Block a user