fix: support arm64 macs in install-sass
get_arch only handled x86_64, so arm64 machines hit "unsupported uname: arm64" before any download was attempted. Also add a local get_os override: dart-sass names its macOS assets "macos-*", but the shared get_os helper returns "darwin", which 404s.main
parent
6b55be7df2
commit
f1a2d0292c
Loading…
Reference in New Issue