From 4e4e71dff2b636c749e398538599384d61d950dc Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 5 Apr 2020 22:20:47 +0800 Subject: [PATCH] Update the CI config. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 525bb81..fdabf07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,8 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - - id: get-pip-cache-path + - name: Get pip cache path + id: get-pip-cache-path run: | echo "::set-output name=path::`pip show pip | grep "Location" | awk '{print $2}'`"