Skip to content

Commit

Permalink
fix for linuxagain
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Sep 30, 2024
1 parent 2a058f1 commit 1c20ec8
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 gstreamer-1.0
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 libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
- run: flutter build linux --release

- name: Archive Release
Expand Down

0 comments on commit 1c20ec8

Please sign in to comment.