ci: fix actions 32bit test

This commit is contained in:
Sina Mahmoodi 2026-02-18 15:02:44 +00:00
parent 01fe1d716c
commit e26ff0c108

View file

@ -69,8 +69,8 @@ jobs:
- name: Install cross toolchain
run: |
apt-get update
apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install gcc-multilib
- name: Build
run: go run build/ci.go test -arch 386 -short -p 8