Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
bandeapart committed Dec 14, 2024
1 parent 9e39480 commit b7d5fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_use_sdkmanager_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
export ANDROID_HOME=$HOME/android-sdk
mkdir -p $ANDROID_HOME/cmdline-tools
curl -L -o cmdline-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
unzip cmdline-tools.zip -d $ANDROID_HOME/cmdline-tools
unzip cmdline-tools.zip -d $ANDROID_HOME/
rm cmdline-tools.zip
ls $ANDROID_HOME/cmdline-tools/bin/sdkmanager "cmake;3.31.1"
cmake --version
Expand Down

0 comments on commit b7d5fac

Please sign in to comment.