Skip to content

fix: handle spaces in Windows installer paths#11

Merged
mjun0812 merged 1 commit intomainfrom
fix/10-windows-installer-paths
Mar 18, 2026
Merged

fix: handle spaces in Windows installer paths#11
mjun0812 merged 1 commit intomainfrom
fix/10-windows-installer-paths

Conversation

@mjun0812
Copy link
Owner

Overview and Background

Fix Windows CUDA installer execution when the downloaded installer path contains spaces on self-hosted runners.

Related Issues

Closes #10

Changes

  • download Windows CUDA installers into the runner temp directory with an explicit destination path
  • quote Windows installer executable paths before invoking @actions/exec so paths with spaces are preserved
  • add regression tests for both local and network installer flows with Windows paths that contain spaces

Test Instructions

  • pnpm test -- --runInBand
  • pnpm typecheck
  • pnpm lint
  • pnpm build

Use a dedicated Windows temp destination and quote installer commands so self-hosted runners can execute CUDA installers when paths contain spaces.

Add regression tests for both local and network installer flows.
@mjun0812 mjun0812 merged commit 4e0ed7b into main Mar 18, 2026
11 checks passed
@mjun0812 mjun0812 deleted the fix/10-windows-installer-paths branch March 18, 2026 14:01
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.

Windows: CUDA installer fails when runner path contains spaces

1 participant