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

pkg-config.yml: fix typo #456

Merged
merged 1 commit into from
Sep 5, 2024
Merged

pkg-config.yml: fix typo #456

merged 1 commit into from
Sep 5, 2024

Conversation

ctz
Copy link
Member

@ctz ctz commented Sep 5, 2024

The "Install pkg-config (macOS)" step was always skipped (see eg https://github.com/rustls/rustls-ffi/actions/runs/10701958885/job/29669050520) because "runner.os" has possible values "Linux", "Windows", "macOS". I think matrix.os was intended here.

(However the job worked anyway, so maybe this step could be removed?)

Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

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

(However the job worked anyway, so maybe this step could be removed?)

I think maybe that's a better option (but will approve this fix in case you disagree). I must have overlooked that macos-latest includes pkg-config 0.29.2 in the base image.

Thanks!

This was not necessary, and was actually unconditionally
skipped.
@ctz ctz merged commit 9e7bc9e into main Sep 5, 2024
48 of 50 checks passed
@ctz ctz deleted the jbp-gha-typo branch September 5, 2024 15:50
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