summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-25 13:46:23 +0700
committerhathach <[email protected]>2021-01-25 13:46:23 +0700
commit8bec3be68cd37e945a4ccd62951d09dc114bcbdb (patch)
treef33d5b28ac9b079d32aabe7685946c9c7625d916 /.github/workflows
parent83614418b588464873ccbd3fcaeef3d03917bd0e (diff)
try fixing msp430 cache
Diffstat (limited to '.github/workflows')
-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'