Skip to content

Commit

Permalink
Update android_termux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhtaymay authored Aug 18, 2023
1 parent 10488c9 commit 30f234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_termux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# sudo apt install gcc-aarch64-linux-gnu
wget -P ~ https://musl.cc/aarch64-linux-musl-cross.tgz
tar -xvf ~/aarch64-linux-musl-cross.tgz
CGO_ENABLED=1 GOOS=linux GOARCH=arm64 CC=/home/runner/x-ui/x-ui/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc go build -o xui-release -v main.go
CGO_ENABLED=1 GOOS=linux GOARCH=arm64 CC=$PWD/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc go build -o xui-release -v main.go
mkdir x-ui
cp xui-release x-ui/xui-release
# cp x-ui.service x-ui/x-ui.service
Expand Down

0 comments on commit 30f234a

Please sign in to comment.