correct msp430 cache

This commit is contained in:
hathach 2021-01-25 12:53:24 +07:00
parent c2b0083f0a
commit 0fe0757657
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ jobs:
if: steps.cache-msp430.outputs.cache-hit != 'true'
run: |
wget --progress=dot:mega $MSP430GCC_URL -O msp430-gcc.tar.bz2
mkdir -p $HOME/msp430-gcc
tar -C $HOME/msp430-gcc -xaf msp430-gcc.tar.bz2
- name: Install Toolchains