Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Update build-and-release-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dclipca authored Apr 11, 2024
1 parent 3de4e31 commit 6b9ffbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
channel: stable
cache: true

- name: Enable Linux Desktop Support
if: matrix.os == 'ubuntu-latest'
run: flutter config --enable-linux-desktop

- name: Build
run: ${{ matrix.build-command }}

Expand Down

0 comments on commit 6b9ffbe

Please sign in to comment.