Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 20, 2024
1 parent 21bd8b8 commit b080e73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ runs:
emulator -list-avds
emulator -avd IceTests || true
sudo find / -name '.android'
ls ~/.android/avd
ls ~/.android/avd || true
ls /root/.config/.android || true
ls /home/runner/.config/.android || true
exit 1
if: matrix.config == 'android'

Expand Down

0 comments on commit b080e73

Please sign in to comment.