Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
wling-art committed Feb 15, 2024
1 parent 05c4b1b commit bba2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_depends_and_submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o build/neomega_windows_access_point_amd64.exe
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o build/neomega_linux_access_point_arm64
CGO_ENABLED=0 GOOS=windows GOARCH=arm64 go build -o build/neomega_windows_access_point_arm64.exe
CGO_CFLAGS="" CC=$(HOME)/ndk_standalone/bin/clang CXX=$(HOME)/ndk_standalone/bin/clang CGO_ENABLED=1 GOOS=android GOARCH=arm64 go build -buildmode=c-shared -trimpath -ldflags "-s -w" -o build/neomega_android_access_point_arm64
CGO_ENABLED=1 GOOS=android GOARCH=arm64 go build -o build/neomega_android_access_point_arm64
- name: Move Binary Files and Clean Up
if: ${{ steps.check_commits.outputs.new_commits == 'true' }}
Expand Down

0 comments on commit bba2e99

Please sign in to comment.