Update main.yml
This commit is contained in:
parent
a1a3f2fd9a
commit
6517261c7d
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: before_install
|
- name: before_install
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-serial ninja-build
|
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-pip python-serial ninja-build
|
||||||
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
|
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
|
|
Loading…
Reference in New Issue