Skip to content

Commit 88297c7

Browse files
authored
Fix CodeQL CI
1 parent 30d6d26 commit 88297c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
languages: ${{ matrix.language }}
3636

37+
- name: Setup Android SDK
38+
uses: android-actions/setup-android@v3
39+
3740
- name: Give permission to executable
3841
run: chmod +x gradlew
3942

0 commit comments

Comments
 (0)