Skip to content

Commit

Permalink
update cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed Feb 16, 2024
1 parent 3020079 commit 7456a94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
submodules: true

- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.29.0

- name: Setup Java JDK
uses: actions/setup-java@v3.13.0
Expand All @@ -45,7 +43,6 @@ jobs:
with:
api-level: 34
ndk-version: '26.1.10909125'
cmake-version: '3.29.0'

- name: Build Application
run: |
Expand Down
1 change: 0 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ android {
externalNativeBuild {
cmake {
path = file("../../CMakeLists.txt")
version = "3.29.0"
}
}
buildFeatures {
Expand Down

0 comments on commit 7456a94

Please sign in to comment.