Created
May 3, 2021 03:50
-
-
Save sezabass/a4318d3ec42c05ff84ef34fbbf1af28d to your computer and use it in GitHub Desktop.
Cache-Article-Chunk-Pubspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Cache pubspec dependencies | |
uses: actions/cache@v2 | |
with: | |
path: | | |
${{ env.FLUTTER_HOME }}/.pub-cache | |
**/.packages | |
**/.flutter-plugins | |
**/.flutter-plugin-dependencies | |
**/.dart_tool/package_config.json | |
key: build-pubspec-${{ hashFiles('**/pubspec.lock') }} | |
restore-keys: | | |
build-pubspec- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment