0
0
Fork 0

fix(ci): Fix the ci problem of the sdk v3.3

This commit is contained in:
windowsair 2021-04-06 20:37:50 +08:00
parent c521505cb4
commit 9ef7c4535f
1 changed files with 3 additions and 3 deletions

View File

@ -10,18 +10,18 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: before_install
run: |
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-setuptools python-serial ninja-build
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
- name: install
run: |
tar -xzf ./xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
wget https://github.com/espressif/ESP8266_RTOS_SDK/releases/download/v3.3-rc1/ESP8266_RTOS_SDK-v3.3-rc1.zip
unzip ESP8266_RTOS_SDK-v3.3-rc1.zip
python -m pip install --user -r ./ESP8266_RTOS_SDK/requirements.txt
- name: script