sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.87k stars 350 forks source link

Run Windows ARM64 releases on windows-latest instead #2275

Closed nex3 closed 1 month ago

nex3 commented 1 month ago

See https://github.com/orgs/community/discussions/131594

ntkme commented 1 month ago

The problem seems to be that in composite action an explicit shell is required, but in a normal action the shell defaults to bash on linux and mac and pwsh windows. However, there is no way to get the same conditional behavior on the in a composite action.

For building the release, we can get it working without using the composite action. I've put up a PR for it.

@nex3 Would you mind try if #2274 works?

nex3 commented 1 month ago

Closing in favor of https://github.com/sass/dart-sass/pull/2274