Skip to content
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

Closed
ire4ever1190 opened this issue Aug 10, 2024 · 3 comments
Closed

[Feature]: Add ability to use nightly builds #504

ire4ever1190 opened this issue Aug 10, 2024 · 3 comments
Assignees
Labels
feature New feature or request

Comments

@ire4ever1190
Copy link
Contributor

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

@ire4ever1190 ire4ever1190 added the feature New feature or request label Aug 10, 2024
@jiro4989
Copy link
Owner

jiro4989 commented Aug 10, 2024

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
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
jiro4989 added a commit that referenced this issue Aug 12, 2024
jiro4989 added a commit that referenced this issue Aug 13, 2024
* feat: add `use-nightlies` parameter #504

* ci: add nightlies test #504

* docs: add description of `use-nightlies`
@jiro4989
Copy link
Owner

@ire4ever1190 I added use-nightlies parameter.

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

@ire4ever1190
Copy link
Contributor Author

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
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants