Skip to content

Commit 2c9f6ec

Browse files
android example build with yarn, stupid typo
1 parent 40a393a commit 2c9f6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Finalize Android SDK
126126
if: env.turbo_cache_hit !=1
127127
run: |
128-
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > dev/null"
128+
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
129129
130130
# Initializes the CodeQL tools for scanning.
131131
- name: Initialize CodeQL

0 commit comments

Comments
 (0)