We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a393a commit 2c9f6ecCopy full SHA for 2c9f6ec
.github/workflows/codeql.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Finalize Android SDK
126
if: env.turbo_cache_hit !=1
127
run: |
128
- /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > dev/null"
+ /bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
129
130
# Initializes the CodeQL tools for scanning.
131
- name: Initialize CodeQL
0 commit comments