Skip to content

Commit

Permalink
API and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 19, 2024
1 parent 70cbc87 commit 86d22ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bobtests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [31]
api-level: [30]
permissions:
contents: write
if: ${{ true }}
Expand Down Expand Up @@ -94,6 +94,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
profile: Nexus 6
arch: x86_64
ndk: 21.0.6113669
cmake: 3.10.2.4988404
force-avd-creation: false
Expand All @@ -108,6 +109,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
profile: Nexus 6
arch: x86_64
ndk: 21.0.6113669
cmake: 3.10.2.4988404
force-avd-creation: false
Expand Down

0 comments on commit 86d22ca

Please sign in to comment.