Skip to content

Commit

Permalink
try to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 9, 2024
1 parent feee97b commit 19fb27a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_android_x64_ndk22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
push:
branches:
- debug2
- debug
- master

Expand All @@ -16,17 +17,22 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: "platform-tools platforms;android-29 build-tools;29.0.2 ndk;22.1.7171670"
- name: Dump Android NDK
run: "ls ${ANDROID_HOME}/ndk"

- name: set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: 1.8
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
Expand Down

0 comments on commit 19fb27a

Please sign in to comment.