Skip to content

Commit

Permalink
fix: back to a single api-level
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 19, 2024
1 parent aa6f6a2 commit ba3c576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [21, 29, 35]
api-level: [29]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ wait_available /


mkdir -p /adbfs
/usr/bin/adbfs /adbfs
adbfs /adbfs

echo Ready to run adbfs tests

Expand Down

0 comments on commit ba3c576

Please sign in to comment.