From 9ef7c4535f133b4697b548a789c5d634bd029ee1 Mon Sep 17 00:00:00 2001 From: windowsair Date: Tue, 6 Apr 2021 20:37:50 +0800 Subject: [PATCH] fix(ci): Fix the ci problem of the sdk v3.3 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0445a67..1729119 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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