Skip to content

Instantly share code, notes, and snippets.

@sezabass
Created May 3, 2021 03:50
Show Gist options
  • Save sezabass/a4318d3ec42c05ff84ef34fbbf1af28d to your computer and use it in GitHub Desktop.
Save sezabass/a4318d3ec42c05ff84ef34fbbf1af28d to your computer and use it in GitHub Desktop.
Cache-Article-Chunk-Pubspec
- 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