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

Fix linux-ia32, linux-arm-musl, and windows-arm64 releases #2265

Closed ntkme closed 2 months ago

ntkme commented 2 months ago

@nex3 Sorry that my recent commit broken the release CI. This PR should fix it.

https://github.com/sass/dart-sass/actions/runs/9554504858/job/26336030878

ntkme commented 2 months ago

On the other hand, windows-arm64 build is blocked by https://github.com/dart-lang/setup-dart/issues/118

ntkme commented 2 months ago

Turns out linux-arm-musl was running on the wrong platform. Added another commit to fix that.