mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Install specific gradle version?
This commit is contained in:
parent
961a35d410
commit
46ecb8ebf6
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -52,7 +52,11 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
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: flutter build apk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user