diff options
| author | hathach <[email protected]> | 2021-01-25 12:53:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-25 12:53:24 +0700 |
| commit | 0fe0757657925c892360b1102cc2f6b4ca9e7a03 (patch) | |
| tree | b90f516024491f922712ab95d45eb1280e3ffc99 /.github/workflows | |
| parent | c2b0083f0aaa234fbcb237bc223d8bf89ee1b212 (diff) | |
correct msp430 cache
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62b4a95b6..3d37b7509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
