diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 482d0c9674..26f2591411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,10 @@ jobs: with: go-version: ${{ matrix.go-version }} architecture: ${{ matrix.arch }} + + - if: matrix.arch == 'x32' + run: | + sudo apt-get install gcc-multilib - name: Checkout code uses: actions/checkout@v4