diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f4e8ce7087..e24dc9a7fb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -67,6 +67,11 @@ jobs: go-version: '1.25' cache: false + - name: Install cross toolchain + run: | + apt-get update + apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib + - name: Build run: go run build/ci.go test -arch 386