Created
May 3, 2021 03:48
-
-
Save sezabass/137cdfcb6e50a0d401dd15c8960b35d4 to your computer and use it in GitHub Desktop.
Cache-Article-Chunk-Flutter
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 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