From ba3c5760db8e35c1aff522955c03348592573c90 Mon Sep 17 00:00:00 2001 From: Gjorgji Kjosev Date: Mon, 19 Aug 2024 01:00:58 +0100 Subject: [PATCH] fix: back to a single api-level --- .github/workflows/ccpp.yml | 2 +- tests/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f6dbb16..192915f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - api-level: [21, 29, 35] + api-level: [29] steps: - uses: actions/checkout@v4 diff --git a/tests/run.sh b/tests/run.sh index 3fb6164..eee584e 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -52,7 +52,7 @@ wait_available / mkdir -p /adbfs -/usr/bin/adbfs /adbfs +adbfs /adbfs echo Ready to run adbfs tests