Skip to content

Commit

Permalink
add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGD03 authored Mar 30, 2024
1 parent 5a6184e commit 0cac271
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 @@ -14,7 +14,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev', 'master' (or 'main')
- run: sudo apt-get install -y gtk+-3.0
- run: sudo apt-get update && apt-get install -y gtk+-3.0
- run: pwd
- run: flutter pub global activate flutterpi_tool
- run: flutter build linux
Expand Down

0 comments on commit 0cac271

Please sign in to comment.