Skip to content

Commit

Permalink
add dep for linux build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 19, 2024
1 parent 6db9e97 commit b329d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Build linux
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
sudo apt-get install -y ninja-build libgtk-3-dev libnotify-dev
- run: flutter build linux
# - name: Upload release assets
# uses: alexellis/upload-assets@0.4.1
Expand Down

0 comments on commit b329d88

Please sign in to comment.