-
Notifications
You must be signed in to change notification settings - Fork 4
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
use zig package manager (requires master) #11
Conversation
Wow! Thanks for the contribution. Need to change CI/CD zig version. |
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.
Change it
qml_zig/.github/workflows/Linux.yml
Lines 13 to 15 in 64b6869
- uses: goto-bus-stop/setup-zig@v2 | |
with: | |
version: 0.11.0 |
qml_zig/.github/workflows/MSYS.yml
Lines 23 to 26 in 64b6869
- name: Install zig | |
uses: goto-bus-stop/setup-zig@v2 | |
with: | |
version: 0.11.0 |
Fixed |
Awesome contribution! However, I'll wait for this issue in DOtherSide to be fixed. You can see in the CI that clang gives an error. |
* dotherside fix: filcuc/dotherside#119 (comment) * new minimum version: zig v0.12.0
Wait: https://github.com/ziglang/zig/milestone/23 (v0.12.0) |
The zig package manager now allows you to use the package manager for non-zig projects, which is perfect in this case.