We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ddc6 commit ea64892Copy full SHA for ea64892
.github/workflows/setup/action.yml
@@ -9,7 +9,7 @@ runs:
9
- name: install haxe
10
uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
11
with:
12
- haxe-version: ${{ inputs.haxe }}
+ haxe-version: ${{ inputs.haxe == 'latest' && '2026-01-05_development_3aed86e' || inputs.haxe }}
13
14
- name: install haxe libraries
15
shell: pwsh
@@ -34,4 +34,4 @@ runs:
34
- name: build hxcpp
35
working-directory: tools/hxcpp
36
37
- run: haxe compile.hxml
+ run: haxe compile.hxml
0 commit comments