Skip to content

Commit

Permalink
adjust SDK settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Oct 30, 2024
1 parent 95b73fb commit 1a18607
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 11076708
packages: ''

- run: sdkmanager 'cmake;3.22.1'
- run: sdkmanager 'cmake;3.22.1' 'cmake;3.18.1'

- run: sdkmanager --list_installed

- name: Build translations
if: steps.cache-builds.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 1a18607

Please sign in to comment.