-
Notifications
You must be signed in to change notification settings - Fork 9
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
Action fails to mount DMG image on macos-latest runners #10
Comments
Re: 1.3.250.1 on mac -- a patch to fix the error message (showing wrong extension) was merged into main, but I was not able to reproduce the dmg mount error either way.. here is a recent 1.3.250.1 mac action run that seemed to work https://github.com/humbletim/install-vulkan-sdk/actions/runs/6278350578/job/17051921497. @egorodet |
Re: 1.3.204.0 on linux -- apparently certain older Vulkan SDKs are being removed intentionally from the servers by LunarG maintainers (ugh); i believe 1.3.204.0 was available when 204 was first released, but it now returns a 404 response; 1.3.204.1 is available. @Michaelschnabel-DM for reference here is a quick way to check available versions: or platform-specific: |
... moving forward to help detect missing/removed SDK versions, main now includes additional curl reporting. in the case of 404s:
|
Current main of this action works now, it can mount the DMG on the macos-latest runners. Seems 413f037 did the trick. Could you tag a new release, please? :) |
See detailed build logs here.
The text was updated successfully, but these errors were encountered: