Skip to content

Commit

Permalink
actions: temporarily require hxcpp 4.2.1 until HaxeFoundation/hxcpp#1042
Browse files Browse the repository at this point in the history
 is released
  • Loading branch information
joshtynjala committed Apr 17, 2023
1 parent 7d4d20d commit ef5edc0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
rm /usr/local/bin/python3*
brew bundle
popd
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -587,7 +587,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -685,7 +685,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down Expand Up @@ -895,7 +895,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install hxcpp --quiet
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
Expand Down

0 comments on commit ef5edc0

Please sign in to comment.