You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use musl ripgrep binaries for Linux targets
ripgrep 15.1.0 ships musl Linux binaries instead of gnu.
Updated bundle_unix calls to use x86_64-unknown-linux-musl
and aarch64-unknown-linux-musl targets.
0 commit comments