mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Install specific gradle version?
This commit is contained in:
parent
961a35d410
commit
46ecb8ebf6
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -52,6 +52,10 @@ jobs:
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: '2.2.3'
|
||||
- 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