We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
choosenim supports using commit id, e. g. #branch-name, #commit-id. It seems like setup-nim-action fails to do so.
#branch-name
#commit-id
on: push: pull_request: schedule: - cron: "0 19 * * *" jobs: test: strategy: matrix: os: - ubuntu-latest nimversion: - "#version-1-6" name: ${{ matrix.os }} - ${{ matrix.nimversion }} runs-on: ${{ matrix.os }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1.4.1 with: nim-version: ${{ matrix.nimversion }} yes: true - name: Install Mercurial on macOS run: nim --version
the correct version is installed properly
https://github.com/yyoncho/langserver/actions/runs/4045771119/jobs/6957691462
The text was updated successfully, but these errors were encountered:
version
fix: fail to install when version has a comment marker #305 (#306)
e9bedea
* chore: add test case * fix: version to string * Revert "fix: version to string" This reverts commit 7e08170. * fix: exec to execFile
@yyoncho I Fixed it. https://github.com/jiro4989/setup-nim-action/releases/tag/v1.4.3
Sorry, something went wrong.
Thank you!
Incorporate jiro4989/setup-nim-action#305
411304d
jiro4989
No branches or pull requests
Describe the bug
choosenim supports using commit id, e. g.
#branch-name
,#commit-id
. It seems like setup-nim-action fails to do so.To Reproduce
Expected behavior
the correct version is installed properly
Screenshots or Logs
https://github.com/yyoncho/langserver/actions/runs/4045771119/jobs/6957691462
Additional context
The text was updated successfully, but these errors were encountered: