Skip to content

Commit

Permalink
chore(gha): use sdkmanager to install cmake 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Jan 22, 2025
1 parent 11f8d71 commit 9d44e29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #v3.13.0
with:
distribution: 'zulu'
java-version: 11
java-version: 17

- name: Gradle cache
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2.12.0
Expand All @@ -74,6 +74,7 @@ jobs:
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --install "cmake;3.22.1"
echo "Run, Build Application using script"
./gradlew --no-daemon assemble
Expand Down

0 comments on commit 9d44e29

Please sign in to comment.