Skip to content

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jdmichaud
Copy link

No description provided.

branches: master
pull_request:
schedule:
- cron: "0 18 * * *"
Copy link

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.

on:
create:
push:
branches: master
Copy link

@sno2 sno2 May 11, 2025

Choose a reason for hiding this comment

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

Suggested change
branches: master
branches: main

I think this needs to point to main.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v1
Copy link

Choose a reason for hiding this comment

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

Suggested change
- uses: mlugg/setup-zig@v1
- uses: mlugg/setup-zig@v2

I believe the new version just got released. mlugg/setup-zig@aa9ad5c

@jdmichaud jdmichaud force-pushed the improvement branch 2 times, most recently from 30df5bd to 3f76903 Compare May 11, 2025 09:15
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