grrr.
Some checks failed
Compile / Compile (push) Failing after 36s

This commit is contained in:
Lewis Jackson 2023-05-30 21:16:28 +03:00
parent fa61dbb4f9
commit fa62ffe384

View file

@ -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