How can you not have curl installed by default what the fuck
Some checks failed
Compile / Compile (push) Failing after 1m37s
Some checks failed
Compile / Compile (push) Failing after 1m37s
This commit is contained in:
parent
36455fb974
commit
e76ce513d6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install platformio
|
apt -y install platformio curl
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
|
Loading…
Reference in a new issue