Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix pkconfig path lookup using brew --prefix #38

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

straight-shoota
Copy link
Member

The homebrew installation directory moved from /usr/local/Cellar to /opt/homebrew/Cellar in the latest update of the GitHub Actions runner image (actions/runner-images#9728).

The former path was hard coded in the install action, and as a result pkgconfig information for openssl could not be found.

This patch queries brew --prefix to get the installation directory.

@straight-shoota
Copy link
Member Author

The second commit fixes a CI failure for an antique Crystal version which is already disabled on windows-latest.
https://github.com/crystal-lang/install-crystal/actions/runs/8848999195/job/24299943542?pr=38

Copy link
Member

@oprypin oprypin left a comment

Choose a reason for hiding this comment

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

Thanks! Feel free to merge this in your preferred method

@straight-shoota straight-shoota merged commit 34d796a into master Apr 26, 2024
46 checks passed
@straight-shoota straight-shoota deleted the fix/pkgconfig-homebrew-prefix branch April 26, 2024 15:38
@oprypin
Copy link
Member

oprypin commented Apr 27, 2024

I suppose I'll make a release now

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants