Skip to content

Commit

Permalink
build(ci): Use flutter cache when building
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 14, 2023
1 parent 4b105e3 commit 2ba2485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{env.CI_FLUTTER_VERSION}}
cache: true
- run: |
sudo apt update -y
sudo apt install -y ninja-build libgtk-3-dev
Expand Down

0 comments on commit 2ba2485

Please sign in to comment.