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
dteh
changed the title
test.sh fails on arm64 platforms because of non-existent package
test.sh fails on arm64 platforms because sqlcmd repo has changed
Jun 7, 2023
dteh
linked a pull request
Jun 7, 2023
that will
close
this issue
On a 2023 Macbook Pro M2:
./test.sh fails because of line 19:
go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest || true
fails with the error:
package github.com/microsoft/go-sqlcmd/cmd/sqlcmd is not a main package
The text was updated successfully, but these errors were encountered: