Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit a6e690d

Browse files
committed
Fixup CI
1 parent 5057aab commit a6e690d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
mix local.hex --force
2323
mix local.rebar --force
2424
25-
- name: Set up JDK 11
25+
- name: Set up JDK 17
2626
uses: actions/setup-java@v1
2727
with:
28-
java-version: 11
28+
java-version: 17
2929

3030
- name: Build with Gradle
3131
run: |
@@ -36,4 +36,4 @@ jobs:
3636
uses: actions/upload-artifact@v1
3737
with:
3838
name: app
39-
path: app/build/outputs/apk/debug/app-debug.apk
39+
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)