Skip to content

Commit ea64892

Browse files
committed
[ci] Hardcode latest haxe version for setup-haxe
This avoids the invalid url error caused by relative redirect of the "latest" file.
1 parent 658ddc6 commit ea64892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: install haxe
1010
uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
1111
with:
12-
haxe-version: ${{ inputs.haxe }}
12+
haxe-version: ${{ inputs.haxe == 'latest' && '2026-01-05_development_3aed86e' || inputs.haxe }}
1313

1414
- name: install haxe libraries
1515
shell: pwsh
@@ -34,4 +34,4 @@ runs:
3434
- name: build hxcpp
3535
working-directory: tools/hxcpp
3636
shell: pwsh
37-
run: haxe compile.hxml
37+
run: haxe compile.hxml

0 commit comments

Comments
 (0)