You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this GitHub action it fails with the following error:
/Users/runner/work/_temp/4405623e-c81f-4b1f-ba5a-dc9a08fcf5d9/qemu-img convert -f qcow2 -O raw /Users/runner/work/_temp/78c78e7e-dd85-4427-a068-f16fea5fd041 /Users/runner/work/_temp/4405623e-c81f-4b1f-ba5a-dc9a08fcf5d9/disk.raw
dyld: Library not loaded: /usr/local/opt/glib/lib/libglib-2.0.0.dylib
Referenced from: /Users/runner/work/_temp/4405623e-c81f-4b1f-ba5a-dc9a08fcf5d9/qemu-img
Reason: image not found
The reason seems to be that GitHub has remove libglib from its macOS runners.
The text was updated successfully, but these errors were encountered:
When using this GitHub action it fails with the following error:
The reason seems to be that GitHub has remove
libglib
from its macOS runners.The text was updated successfully, but these errors were encountered: