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

Add latest devel version of Nim to GitHub workflows #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tuffnatty
Copy link

No description provided.

@@ -6,12 +6,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim:
- stable
- devel --latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

devel is supposed to be good enough of which the binary is built everyday. devel --latest might be slower since it builds from source.

@@ -6,12 +6,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
nim:
- stable

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix hasn't merged in stable yet, so might drop this matrix for now

@tuffnatty
Copy link
Author

tuffnatty commented Feb 2, 2023

Ok, basically it was only a tool to show that stable is broken and devel --latest is working at the moment. I did not perceive the workflow as a tool to build any end-user binary... does it? It does not seem so; and for testing, IMHO, we want to cover both stable and bleeding edge Nim versions.

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.

2 participants