Seriously.
Some checks failed
Compile / Compile (push) Failing after 38s

This commit is contained in:
Lewis Jackson 2023-05-30 21:18:29 +03:00
parent fa62ffe384
commit 36455fb974

View file

@ -11,7 +11,7 @@ jobs:
apt -y install platformio apt -y install platformio
- name: Setup node - name: Setup node
run: | run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\ curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs apt-get install -y nodejs
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: cd ${{ github.workspace }} - run: cd ${{ github.workspace }}