setup-v
setup-v copied to clipboard
It seems that the installation process installs *v* to the current working directory. I think this choice is not optimal, as this could mess with module structuring or artifact collection....
Hello and thank you for this Action! I would like to inform you about a strange behaviour I encountered when applying this Action in a CI workflow of a project...
it was running nicely till today CI start to fail to install v, here are the logs ``` Run vlang/setup-v@v1 Resolved as Downloading vlang ... Determining the default branch Retrieving...
Seeing this warning when using the vlang/setup-v action: Run vlang/setup-v@v1 Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information...
https://github.com/vlang/setup-v It's needed to remove vlang folder after building to avoid conflicts like when running `v test .` (thousands more) ```yml jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 -...