-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
[Feature]: Add ability to use nightly builds #504
Labels
feature
New feature or request
Comments
That sounds good. I will add the feature. |
jiro4989
added a commit
that referenced
this issue
Aug 12, 2024
jiro4989
added a commit
that referenced
this issue
Aug 12, 2024
jiro4989
added a commit
that referenced
this issue
Aug 12, 2024
@ire4ever1190 I added https://github.com/jiro4989/setup-nim-action/releases/tag/v2.2.0 Try this example: - uses: jiro4989/setup-nim-action@v2
with:
nim-version: devel
use-nightlies: true
repo-token: ${{ secrets.GITHUB_TOKEN }} Ref: https://github.com/jiro4989/setup-nim-action?tab=readme-ov-file#devel-usage |
Thanks for the quick turnaround! Worked perfectly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe
Selecting devel version for tests can add a lot of time to the CI since it needs to build it from source
Describe the solution you'd like
Add ability to use nightly builds so that I don't need to build the compiler from scratch
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: