-
Notifications
You must be signed in to change notification settings - Fork 36
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
Automatically choose the correct architecture #59
Comments
It looks like this is still an issue, at least for Mac OS ARM machines: https://github.com/sass/dart-sass/actions/runs/4388953095/jobs/7686128912 |
This reverts commit 434f2b9.
Are you using the published version of setup-dart or the latest from head? |
We plan to publish ~next week (after a bit of burn-in time). #79 has info on how to use the version from head. |
We're using the |
* Revert "Remove workaround for dart-lang/setup-dart#59 (#1904)" This reverts commit 434f2b9. * Bump version
This reverts commit 7d38d42.
This reverts commit 7d38d42.
Currently, this action always defaults to installing the x64 Dart binaries, even when running on architectures that aren't compatible with x64 (such as MacOS ARM). It would be nice if it instead defaulted to checking the current architecture and installing the matching binary.
The text was updated successfully, but these errors were encountered: