Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbfb authored May 27, 2024
1 parent 65ab9d7 commit 9dfdcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ jobs:
- uses: actions/[email protected]
- name: Setup dependencies
run: |-
(yes | sdkmanager "cmake;3.22.1" --verbose) || true
(yes | sdkmanager "cmake;3.22.1" "ndk;26.1.10909125" --verbose) || true
- name: Configure JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 9dfdcc3

Please sign in to comment.