Skip to content

Commit

Permalink
[CI] Force install adbPullAs
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 19, 2024
1 parent 2ed4a5e commit d9a217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testInner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
java-version: 17
- uses: android-actions/setup-android@v3

- run: pip3 install adbPullAs
# @TODO: remove --break-system-packages once python is sorted
- run: pip3 install adbPullAs --break-system-packages

- name: Enable KVM group perms
run: |
Expand Down

0 comments on commit d9a217b

Please sign in to comment.