-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: fix CI for macos-latest #60
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev>
ikalnytskyi/action-setup-postgres
to v6
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Rui Chen <rui@chenrui.dev>
看上游issue ,14不是已经支持了吗? |
14, 13 都支持 I will followup on that (我等会把 pipeline split 一下) |
ikalnytskyi/action-setup-postgres
to v6Signed-off-by: Rui Chen <rui@chenrui.dev> fix build Signed-off-by: Rui Chen <rui@chenrui.dev>
run: | | ||
pkg-config --libs --cflags libpq mysqlclient | ||
zig fmt --check src/ | ||
zig build -Dtarget=aarch64-macos |
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.
本地没什么可以不用加? 如果有上下文可以放这里
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.
需要加 target 是错的
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.
我准备 followup pr 把这个 pipeline split 一下
fix CI pipeline failures, seeing:
relates to ikalnytskyi/action-setup-postgres#29