mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix iOS CI invalid syntax (#257)
This commit is contained in:
parent
0493bb2a12
commit
7447a18e64
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ios.yaml
vendored
6
.github/workflows/ios.yaml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue