From ed2852e968868918912c0b9c1d546e793f863379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MisakaNo=20=E3=81=AE=20=E5=B0=8F=E7=A0=B4=E7=AB=99?= <122191366+Misaka-blog@users.noreply.github.com> Date: Mon, 15 May 2023 08:09:57 +0000 Subject: [PATCH] fix --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b71788c..e38e282 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: - name: build linux 386 version run: | apt-get update - apt install -y sudo curl wget unzip ca-certificates build-essential gcc-i686-linux-gnu + apt install -y sudo curl wget unzip ca-certificates build-essential gcc-i686-linux-gnu gcc-multilib CGO_ENABLED=1 GOOS=linux GOARCH=386 go build -o xui-release -v main.go mkdir x-ui cp xui-release x-ui/xui-release