workflow fix

This commit is contained in:
dan63047 2024-08-03 21:05:04 +03:00
parent a3d9aa5e70
commit 3545e67e4a
1 changed files with 5 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: subosito/flutter-action@v1 - uses: subosito/flutter-action@v1
with: with:
channel: 'stable' channel: 'stable'
flutter-version: '3.16.5' flutter-version: '3.22.3'
- name: Install project dependencies - name: Install project dependencies
run: flutter pub get run: flutter pub get
- name: Build artifacts - name: Build artifacts
@ -49,9 +49,11 @@ jobs:
- uses: ashutoshvarma/setup-ninja@master - uses: ashutoshvarma/setup-ninja@master
with: with:
channel: 'stable' channel: 'stable'
flutter-version: '3.16.5' flutter-version: '3.22.3'
- name: Install project dependencies - name: Install project dependencies
run: flutter pub get run: |
flutter pub get
sudo apt-get install -y ninja-build libgtk-3-dev
- name: Build artifacts - name: Build artifacts
run: flutter build linux --release run: flutter build linux --release
- name: Archive Release - name: Archive Release