diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index d35c6006..e8b5a70c 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -39,7 +39,7 @@ jobs: path: | ~/.pub-cache **/node_modules - key: ${{ runner.os }}-pub-and-node_modules }} + key: ${{ runner.os }}-pub-and-node_modules # Sets up a flutter environment. # https://github.com/marketplace/actions/flutter-action - name: "Install Flutter" @@ -90,7 +90,7 @@ jobs: path: | ~/.pub-cache **/node_modules - key: ${{ runner.os }}-pub-and-node_modules }} + key: ${{ runner.os }}-pub-and-node_modules # Sets up a flutter environment. # https://github.com/marketplace/actions/flutter-action - name: "Install Flutter"