Skip to content

Commit

Permalink
ci: Fix building in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Oct 28, 2024
1 parent a6a1874 commit d573db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt update -qq
sudo apt install ninja-build lld xvfb -y
sudo apt install libgtk-3-dev libglib2.0-dev ninja-build lld xvfb -y
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit d573db9

Please sign in to comment.