Skip to content

Commit

Permalink
fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Sep 30, 2024
1 parent 8bfcf2a commit a5249e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
channel: 'stable'
cache: true
- name: Install dependencies
run: sudo apt-get install -y clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev curl unzip xz-utils zip libglu1-mesa
run: sudo apt-get install -y clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev curl unzip xz-utils zip libglu1-mesa gstreamer-1.0
- run: flutter build linux --release

- name: Archive Release
Expand Down

0 comments on commit a5249e5

Please sign in to comment.