Skip to content

Commit

Permalink
remove: extra command for android
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Aug 22, 2023
1 parent f7a0eff commit 387ad5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
# sdk-version: '33'
# ndk-version: '25.2.9519653'

- name: Setup GoMobile
if: startsWith(matrix.job.target,'android') || startsWith(matrix.job.target,'ios')
run: make lib_install
#- name: Setup GoMobile
# if: startsWith(matrix.job.target,'android') || startsWith(matrix.job.target,'ios')
# run: make lib_install

- name: Setup MinGW
if: startsWith(matrix.job.target,'windows')
Expand Down

0 comments on commit 387ad5b

Please sign in to comment.