Skip to content

Commit

Permalink
Why wasn't libunwind-dev getting auto-installed?
Browse files Browse the repository at this point in the history
  • Loading branch information
leaf-node committed Jan 27, 2025
1 parent 9ff8f18 commit d29eeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt upgrade -y
sudo apt dist-upgrade -y
- run: |
sudo apt install -y ninja-build libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install -y ninja-build libgtk-3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev
- run: |
git submodule init
git submodule update
Expand Down

0 comments on commit d29eeb3

Please sign in to comment.