generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Warning caused by preinstalled p7zip on macOS #244
Comments
See https://github.com/Governikus/AusweisApp/actions/runs/9813566419/job/27099792281#step:3:1 there is not just a warning about 7zip but also an error:
|
This was fixed with #245 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From these lines:
install-qt-action/action/src/main.ts
Lines 347 to 350 in 0fe81f8
we are getting the following warning when running on
macos-12
:This triggers a warning annotation for the entire job.
It seems that 7zip is (now) preinstalled: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md#utilities
The text was updated successfully, but these errors were encountered: