mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Install specific gradle version?
This commit is contained in:
parent
961a35d410
commit
46ecb8ebf6
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -52,7 +52,11 @@ jobs:
|
||||||
uses: subosito/flutter-action@v1
|
uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '2.2.3'
|
flutter-version: '2.2.3'
|
||||||
- run: flutter pub get
|
- name: Install Gradle
|
||||||
|
run: |
|
||||||
|
brew install gradle
|
||||||
|
gradle wrapper --gradle-version 6.7.1
|
||||||
|
- run: flutter pub get
|
||||||
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
||||||
- run: flutter build apk
|
- run: flutter build apk
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue