setup-haxe icon indicating copy to clipboard operation
setup-haxe copied to clipboard

"latest" failing starting tonight

Open kLabz opened this issue 1 month ago • 3 comments

Hi!

build.haxe.org has been updated and haxe-latest now uses a relative redirection which seems to trip setup-haxe: https://github.com/HaxeFoundation/hxcoro/actions/runs/20623838364/job/59241759092 (ignore working linux CI, it's from before the change)

kLabz avatar Dec 31 '25 22:12 kLabz

A quick solution would be appreciated because this completely wrecks our hxcoro CI now!

Simn avatar Jan 02 '26 07:01 Simn

A quick solution would be appreciated because this completely wrecks our hxcoro CI now!

A workaround would be to use the full "latest" (at the time of writing) nightly reference explicitly like before instead of "latest"

kLabz avatar Jan 02 '26 07:01 kLabz

I've also opened a bug report upstream as the redirect bug is in the @actions/http-client package: https://github.com/actions/toolkit/issues/2226.

Merging the curl pr #62 seems like the best bet for now.

tobil4sk avatar Jan 03 '26 14:01 tobil4sk

Released v2.0.2. The v2 tag has also been updated to the latest commit.

krdlab avatar Jan 10 '26 11:01 krdlab