mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
try fixing msp430 cache
This commit is contained in:
parent
83614418b5
commit
8bec3be68c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user