From 8bec3be68cd37e945a4ccd62951d09dc114bcbdb Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 25 Jan 2021 13:46:23 +0700 Subject: [PATCH] try fixing msp430 cache --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d37b7509..cabb8f593 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,9 +112,9 @@ jobs: uses: actions/cache@v2 id: cache-msp430 with: - path: $HOME/msp430-gcc/ + path: ${{ env.HOME }}/msp430-gcc/ # Increment gcc version number at end when updating downloads - key: ${{ runner.os }}-${{ env.MSP430GCC_URL }} + key: ${{ runner.os }}-${{ env.MSP430GCC_URL }}-210125 - name: Install MSP430 Toolchain if: steps.cache-msp430.outputs.cache-hit != 'true'