Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-blog committed May 15, 2023
1 parent 560fa3e commit ed2852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed2852e

Please sign in to comment.