Skip to content

fix: do not install Haxe/Neko into the working directory#100

Merged
krdlab merged 1 commit into
masterfrom
fix/extract-outside-workdir
Jun 8, 2026
Merged

fix: do not install Haxe/Neko into the working directory#100
krdlab merged 1 commit into
masterfrom
fix/extract-outside-workdir

Conversation

@krdlab

@krdlab krdlab commented Jun 2, 2026

Copy link
Copy Markdown
Owner

extract() passed a relative dest, so tool-cache unpacked the toolchain into GITHUB_WORKSPACE and left Haxe std in the user's checkout. Extract into a temp dir under RUNNER_TEMP instead.

Fixes #40

`extract()` passed a relative dest, so tool-cache unpacked the toolchain
into $GITHUB_WORKSPACE and left Haxe std in the user's checkout.
Extract into a temp dir under RUNNER_TEMP instead.

Fixes #40
@krdlab krdlab merged commit 2068771 into master Jun 8, 2026
13 checks passed
@krdlab krdlab deleted the fix/extract-outside-workdir branch June 8, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not install on current directory

1 participant