Skip to content

Commit bcd7f96

Browse files
authored
Update action.yml
1 parent d728a70 commit bcd7f96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-android-dependencies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ runs:
1616
if: runner.os == 'Windows'
1717
run: |
1818
echo $ANDROID_HOME
19+
Get-ChildItem $ANDROID_HOME -Name
1920
$ANDROID_HOME\\cmdline-tools\\8.0\\bin\\sdkmanager.exe --version
20-
shell: bash
21+
shell: pwsh

0 commit comments

Comments
 (0)