Skip to content

Commit a16a93c

Browse files
committed
Chore: Update CI
Signed-off-by: imknown <imknown@qq.com>
1 parent 7eef05c commit a16a93c

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# region [Android SDK]
2020
# https://github.com/android-actions/setup-android
2121
- name: Setup Android SDK
22-
uses: android-actions/setup-android@v3
22+
uses: android-actions/setup-android@v4
2323
with:
2424
packages: ''
2525
# https://developer.android.com/tools/sdkmanager#install

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@ jobs:
2121
# https://github.com/actions/checkout
2222
- uses: actions/checkout@v6
2323

24-
# https://github.com/gradle/actions
25-
- name: Set up Gradle
26-
uses: gradle/actions/setup-gradle@v5
27-
28-
# region [Android SDK]
29-
# https://github.com/android-actions/setup-android
30-
- name: Setup Android SDK
31-
uses: android-actions/setup-android@v3
32-
with:
33-
packages: ''
34-
# https://developer.android.com/tools/sdkmanager#install
35-
# https://github.com/imknown/AndroidLowLevelDetector/blob/develop/gradle/toml/build.toml
36-
- name: Install Android SDK Cmake
37-
run: sdkmanager --install "cmake;4.1.2"
38-
- name: Install Android SDK NDK
39-
# https://github.com/android/ndk/releases
40-
run: sdkmanager --install "ndk;29.0.14206865"
41-
# endregion [Android SDK]
42-
4324
# https://github.com/gradle/actions/blob/main/docs/dependency-submission.md
4425
- name: Run dependency submission
45-
uses: gradle/actions/dependency-submission@v5
46-
with:
47-
gradle-project-path: "."
48-
gradle-build-module: ":app"
26+
uses: gradle/actions/dependency-submission@v5

0 commit comments

Comments
 (0)