From a4e76344a65ed7b83631e435a2406cbab63f3d32 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 11 Feb 2021 11:15:48 +0100 Subject: [PATCH] updated flutter-drive.yml --- .github/workflows/flutter-drive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"