Skip to content

Instantly share code, notes, and snippets.

@sezabass
Created May 3, 2021 03:48
Show Gist options
  • Save sezabass/137cdfcb6e50a0d401dd15c8960b35d4 to your computer and use it in GitHub Desktop.
Save sezabass/137cdfcb6e50a0d401dd15c8960b35d4 to your computer and use it in GitHub Desktop.
Cache-Article-Chunk-Flutter
- name: Cache flutter
uses: actions/cache@v2
with:
path: |
${{ env.FLUTTER_HOME }}/bin
key: install-flutter-1.22.6
restore-keys: |
install-flutter-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment