summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files 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'