This commit is contained in:
@@ -12,16 +12,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: master
|
channel: master
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install Framework Dependencies
|
||||||
run: sudo apt-get update -y && sudo apt install -y ninja-build libgtk-3-dev
|
run: sudo apt-get update -y && sudo apt install -y ninja-build libgtk-3-dev
|
||||||
|
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: master
|
channel: master
|
||||||
flutter-version-file: pubspec.yaml
|
flutter-version: 3.38.9
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get Project Dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
# - name: Analyze project
|
# - name: Analyze project
|
||||||
@@ -30,5 +30,5 @@ jobs:
|
|||||||
# - name: Test project
|
# - name: Test project
|
||||||
# run: flutter test
|
# run: flutter test
|
||||||
|
|
||||||
- name: Build Web Release
|
- name: Build
|
||||||
run: flutter build linux
|
run: flutter build linux
|
||||||
|
|||||||
Reference in New Issue
Block a user