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

In buildRelease workflow, MacOS job - fix issue with uninstall of casks that have not actually been installed #499

Merged
merged 1 commit into from
May 6, 2024

Conversation

fghalasz
Copy link
Collaborator

@fghalasz fghalasz commented May 6, 2024

Looks like libxft is no longer preinstalled on MacOS-latest github runner. buildRelease.yml action in MacOS job was trying to uninstall libxft but failing because libxft was not installed.

Updated "brew uninstall" commands in this job to include --force flag to make sure they do not fail if the cask has not been installed.

…ks that have not actually been installed. result of changes to github runner in MacOS-lastest
@fghalasz fghalasz merged commit 6c6b01f into master May 6, 2024
7 checks passed
@fghalasz fghalasz deleted the fgh_buildRelease_MacOS_fix branch May 9, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant