Skip to content

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

Open
krdlab wants to merge 1 commit into
masterfrom
fix/extract-outside-workdir
Open

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

Conversation

@krdlab
Copy link
Copy Markdown
Owner

@krdlab krdlab commented Jun 2, 2026

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
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