Skip to content

Commit

Permalink
Fix pana job
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Sep 6, 2023
1 parent 7477cfc commit 5701753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/[email protected]

- name: Install WebP
run: |
sudo apt update
sudo apt install webp
- name: Install Dependencies
run: |
flutter pub get
Expand Down

0 comments on commit 5701753

Please sign in to comment.