Skip to content

feat: allow custom installation path#20

Merged
ulises-jeremias merged 1 commit into
mainfrom
feat/custom-install-path
Jun 23, 2026
Merged

feat: allow custom installation path#20
ulises-jeremias merged 1 commit into
mainfrom
feat/custom-install-path

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

Adds a new path input that lets users specify a custom installation directory for V, instead of the default ~/vlang/vlang_{platform}_{arch}.

Closes #7

Changes

  • Add path input to action.yml
  • Thread customPath through installer.getInstallDir and getVlang
  • Add tests for custom path behavior
  • Update README.md

Validation

  • npm run lint
  • npm run test
  • npm run build
  • npm run package
  • npm run format-check

Add a new path input to action.yml that lets users specify a custom
directory for V installation. Defaults to ~/vlang/vlang_{platform}_{arch}
when not provided.

Closes #7
@ulises-jeremias ulises-jeremias force-pushed the feat/custom-install-path branch from 713802f to 801a136 Compare June 23, 2026 05:11
@ulises-jeremias ulises-jeremias merged commit bf03a2c into main Jun 23, 2026
2 checks passed
@ulises-jeremias ulises-jeremias deleted the feat/custom-install-path branch June 23, 2026 05:12
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.

Allow to change installation path

1 participant