mirror of
https://github.com/supabase/setup-cli.git
synced 2026-06-28 01:46:58 +00:00
## Summary - Install `libstdc++` and `libgcc` before verifying CLI versions from apk archives - Keep non-apk archive installs unchanged - Rebuild the v1 bundled action artifact ## Testing - `npm run package` - `npm run format:check` - `npm run lint` - `npm run test` - Verified `supabase_2.100.0_linux_arm64.apk` fails on plain Alpine without `libstdc++`/`libgcc` and reports `2.100.0` after installing them