Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 18, 2024
1 parent 178a18b commit 36c56f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
mv /opt/android-sdk/cmdline-tools/cmdline-tools /opt/android-sdk/cmdline-tools/latest
export ANDROID_SDK_ROOT=/opt/android-sdk/cmdline-tools/latest
echo "ANDROID_SDK_ROOT=$ANDROID_SDK_ROOT" >> $GITHUB_ENV
echo "$ANDROID_SDK_ROOT/cmdline-tools/bin" >> $GITHUB_PATH
echo "$ANDROID_SDK_ROOT/bin" >> $GITHUB_PATH
if: matrix.config == 'android'

- name: Configure Android SDK
Expand Down

0 comments on commit 36c56f4

Please sign in to comment.