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