Skip to content

Commit e6ac89e

Browse files
committed
[ci] Revert to upstream setup-haxe
1 parent 38f2eed commit e6ac89e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
19+
- uses: krdlab/setup-haxe@v2
2020
with:
2121
haxe-version: 4.3.4
2222

.github/workflows/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
using: composite
88
steps:
99
- name: install haxe
10-
uses: Aidan63/setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
10+
uses: krdlab/setup-haxe@v2
1111
with:
1212
haxe-version: ${{ inputs.haxe == 'latest' && 'haxe_2026-01-05_development_3aed86e' || inputs.haxe }}
1313

0 commit comments

Comments
 (0)