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 8c2eb7a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .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,6 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -27,6 +29,11 @@ jobs:
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@v1
with:
java-version: 1.8
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
Expand Down

0 comments on commit 8c2eb7a

Please sign in to comment.