parent
fa61dbb4f9
commit
fa62ffe384
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
|
- name: Setup node
|
||||||
|
run: |
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
|
||||||
|
apt-get install -y nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cd ${{ github.workspace }}
|
- run: cd ${{ github.workspace }}
|
||||||
- run: pio run
|
- run: pio run
|
||||||
|
|
Loading…
Reference in a new issue