diff options
| author | hathach <[email protected]> | 2020-04-06 19:43:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 19:43:47 +0700 |
| commit | cfb2ef1cffff98a1ad33d52a391cfa52b086d612 (patch) | |
| tree | 4bead0cf744007f30e974fa99787a46134de8eda /.github/workflows | |
| parent | c026236824e95d9409136cd48481b69e2cea56dc (diff) | |
move setup nodes before cache msp430
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55bde832c..1f4ae5ae1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,10 @@ jobs: steps: - name: Setup Python uses: actions/setup-python@v1 - + + - name: Setup Node.js + uses: actions/[email protected] + - name: Cache MSP430 Toolchain id: cache-msp430 uses: actions/cache@v1 @@ -38,10 +41,7 @@ jobs: path: /tmp/dl/ # Increment serial number at end when updating downloads key: msp430-${{ runner.os }}-0 - - - name: Setup Node.js - uses: actions/[email protected] - + - name: Install Toolchains run: | # ARM & RISC-V GCC from xpack |
