Skip to content

Commit

Permalink
update flutter setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed Dec 25, 2023
1 parent 1e62866 commit 52b5c5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/desktop_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
# Set up Flutter.
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
channel: 'stable'


- name: Install Linux dependencies
if: matrix.target == 'Linux'
Expand All @@ -86,7 +90,7 @@ jobs:
run: sudo apt-get install libnotify-dev

# Build the application.
- run: flutter build -v ${{ matrix.build_target }}
- run: flutter build -v ${{ matrix.build_target }} --release

# Package the build.
- name: Copy VC redistributables to release directory for Windows
Expand Down

0 comments on commit 52b5c5f

Please sign in to comment.