Skip to content

Commit

Permalink
disable verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan committed Jan 3, 2025
1 parent 64d3c55 commit 6f80b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}

- name: Save libhysteria2
if: steps.cache-libtun2socks-restore.outputs.cache-hit != 'true'
if: steps.cache-libhysteria2-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/hysteria/libs
Expand Down
2 changes: 1 addition & 1 deletion libhysteria2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for target in "${targets[@]}"; do
echo "Building for ${abi} with ${ndk_target} (${goarch})"

cd "hysteria" || exit
go build -v -o libs/$FOLDER/libhysteria2.so -trimpath -ldflags "-s -w -buildid=" ./app
go build -o libs/$FOLDER/libhysteria2.so -trimpath -ldflags "-s -w -buildid=" ./app

echo "Built libhysteria2.so for ${abi}"
done

0 comments on commit 6f80b59

Please sign in to comment.