From 7064c469bc3b6133ef55b68a52a6d0193c9ebf65 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Thu, 7 Oct 2021 23:35:05 -0700 Subject: [PATCH] Forgot quotes --- .github/actions/toolchain-build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/toolchain-build/action.yml b/.github/actions/toolchain-build/action.yml index bbaf6513..6e5329a7 100644 --- a/.github/actions/toolchain-build/action.yml +++ b/.github/actions/toolchain-build/action.yml @@ -20,7 +20,7 @@ runs: id: toolchain-build-riscv-tools with: path: ${{ inputs.tools-version }}-install - key: riscv-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(**/riscv-tools.hash) }} + key: riscv-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles('**/riscv-tools.hash') }} # brute force way to swap between riscv/esp-tools caches - name: Cache esp-tools @@ -28,7 +28,7 @@ runs: id: toolchain-build-esp-tools with: path: ${{ inputs.tools-version }}-install - key: esp-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(**/esp-tools.hash) }} + key: esp-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles('**/esp-tools.hash') }} - name: Build toolchain if not cached run: |