🔨 Fix gh actions workflow android missing java
This commit is contained in:
parent
e38d8339f1
commit
47d3fc90a3
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
with:
|
||||
channel: stable
|
||||
cache: true
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: "zulu"
|
||||
java-version: "17"
|
||||
- run: flutter pub get
|
||||
- run: flutter build apk --split-per-abi
|
||||
- name: Archive production artifacts
|
||||
@ -56,4 +60,3 @@ jobs:
|
||||
with:
|
||||
name: build-output-windows
|
||||
path: build/windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user