mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
correct msp430 cache
This commit is contained in:
parent
c2b0083f0a
commit
0fe0757657
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user