Skip to content

Commit

Permalink
Fix android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Nov 12, 2023
1 parent aa324d9 commit e025275
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/android-opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Get krink Submodules
run: git submodule update --init
- name: Get Kinc DLC
run: ./Kinc/get_dlc
- uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: '17'
- name: Get krink DLC
run: ./get_dlc
- name: Compile
run: Kinc/make android --kinc Kinc --from Tests/Empty --noshaders --compile
run: Kinc/make android --kinc Kinc --from Tests/Empty --compile
12 changes: 7 additions & 5 deletions .github/workflows/android-vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Get krink Submodules
run: git submodule update --init
- name: Get Kinc DLC
run: ./Kinc/get_dlc
- uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: '17'
- name: Get krink DLC
run: ./get_dlc
- name: Compile
run: Kinc/make android -g vulkan --kinc Kinc --from Tests/Empty --noshaders --compile
run: Kinc/make android -g vulkan --kinc Kinc --from Tests/Empty --compile

0 comments on commit e025275

Please sign in to comment.