Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 6b9ffbe

Browse files
authored
Update build-and-release-snapshots.yml
1 parent 3de4e31 commit 6b9ffbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-release-snapshots.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
channel: stable
3535
cache: true
3636

37+
- name: Enable Linux Desktop Support
38+
if: matrix.os == 'ubuntu-latest'
39+
run: flutter config --enable-linux-desktop
40+
3741
- name: Build
3842
run: ${{ matrix.build-command }}
3943

0 commit comments

Comments
 (0)