Skip to content

Instantly share code, notes, and snippets.

@daiki1003
Created March 5, 2022 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiki1003/3beb26b0bee65ed4804e4991ece283bf to your computer and use it in GitHub Desktop.
Save daiki1003/3beb26b0bee65ed4804e4991ece283bf to your computer and use it in GitHub Desktop.
- name: Cache build runner
uses: actions/cache@v2
with:
path: |
**/.dart_tool/build
key: build-runner-${{ hashFiles('**/asset_graph.json') }}-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
build-runner-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment