-
Notifications
You must be signed in to change notification settings - Fork 6
Add dynamic lib + single threaded option + CI job #8
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
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/zig.yml
Outdated
branches: master | ||
pull_request: | ||
schedule: | ||
- cron: "0 18 * * *" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this have a cron job? The zlib version will never change unless if the build.zig.zon is manually updated.
.github/workflows/zig.yml
Outdated
on: | ||
create: | ||
push: | ||
branches: master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
branches: master | |
branches: main |
I think this needs to point to main.
.github/workflows/zig.yml
Outdated
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: mlugg/setup-zig@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- uses: mlugg/setup-zig@v1 | |
- uses: mlugg/setup-zig@v2 |
I believe the new version just got released. mlugg/setup-zig@aa9ad5c
30df5bd
to
3f76903
Compare
No description provided.