move setup nodes before cache msp430

This commit is contained in:
hathach 2020-04-06 19:43:47 +07:00
parent c026236824
commit cfb2ef1cff
1 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,10 @@ jobs:
steps:
- name: Setup Python
uses: actions/setup-python@v1
- name: Setup Node.js
uses: actions/setup-node@v1.1.0
- 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/setup-node@v1.1.0
- name: Install Toolchains
run: |
# ARM & RISC-V GCC from xpack