Skip to content

Commit 0f765bf

Browse files
authored
Update build-credential-manager.yml
1 parent cdf90a8 commit 0f765bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-credential-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Android SDK Platform VanillaIceCream
2828
run: |
2929
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null
30-
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "android-35"
30+
echo "y" | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager "platforms;android-35"
3131
3232
# The sample includes a keystore.properties.template.
3333
# For a CI build, we might need to provide a dummy or generated keystore.

0 commit comments

Comments
 (0)