💚 linux_386构建出错

This commit is contained in:
微凉
2021-03-21 10:23:00 +08:00
committed by GitHub
parent 61ab27398c
commit 8760ab283d

View File

@@ -31,6 +31,7 @@ jobs:
sudo apt-get -y install gcc-mingw-w64-x86-64 sudo apt-get -y install gcc-mingw-w64-x86-64
sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
sudo apt-get -y install gcc-aarch64-linux-gnu libc6-dev-arm64-cross sudo apt-get -y install gcc-aarch64-linux-gnu libc6-dev-arm64-cross
sudo apt-get -y install libc6-dev-i386
go get -v -t -d ./... go get -v -t -d ./...
if [ -f Gopkg.toml ]; then if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh