Skip to content

Commit

Permalink
Optimize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quoc-huynh-cosee committed Nov 2, 2023
1 parent 2a10e55 commit 94dd9fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
uses: actions/cache@v3
id: cache
with:
path: |
.dart_tool/
path: .dart_tool/
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/pubspec.lock') }}
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 94dd9fc

Please sign in to comment.