Skip to content

Instantly share code, notes, and snippets.

@sezabass
Last active April 8, 2023 02:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sezabass/7becfae07a8c82aca1ea9461e395579e to your computer and use it in GitHub Desktop.
Save sezabass/7becfae07a8c82aca1ea9461e395579e to your computer and use it in GitHub Desktop.
Cache-Article-Chunk-Build-Runner
- name: Cache build runner
uses: actions/cache@v2
with:
path: |
**/.dart_tool
**/*.g.dart
**/*.mocks.dart
**/*.config.dart
key: build-runner-${{ hashFiles('**/asset_graph.json', '**/*.dart', '**/pubspec.lock', '**/outputs.json') }}
restore-keys: |
build-runner-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment