mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-11 17:15:39 +00:00
Project import generated by Copybara.
GitOrigin-RevId: 80ceba6064f83c294426d6f7fe92d6c11fa12b32
This commit is contained in:
parent
ddd7b4385a
commit
77a2779d38
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-deploy.yaml
vendored
5
.github/workflows/build-deploy.yaml
vendored
|
|
@ -49,6 +49,11 @@ jobs:
|
|||
flutter-version: '3.27.1'
|
||||
channel: 'stable'
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
|
||||
- name: Install dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue