Skip to content

Commit

Permalink
修改sdkmanager的路径
Browse files Browse the repository at this point in the history
  • Loading branch information
SundoggyNew committed Feb 20, 2024
1 parent 6395180 commit 1ba477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libxp2p_android_combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo +++++$(cmake --version)

- name: Setup NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;16.1.4479499"
run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;16.1.4479499"


- name: build libenet debug
Expand Down

0 comments on commit 1ba477b

Please sign in to comment.