From 6058aee95b478ff4fec0a94065d4424f65bb3006 Mon Sep 17 00:00:00 2001 From: UjuiUjuMandan <125150101+UjuiUjuMandan@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:41:55 +0000 Subject: [PATCH] bash libhysteria2.sh --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3654e2b01..7ad794a41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,8 +109,7 @@ jobs: - name: Build libhysteria2 if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true' run: | - cd ${{ github.workspace }}/hysteria - go build -v -o libs/$FOLDER/libhysteria2.so -trimpath -ldflags "-s -w -buildid=" ./app + bash libhysteria2.sh env: ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}