From 6517261c7dd8969f981f92c44e2ff81ee7e6aff6 Mon Sep 17 00:00:00 2001 From: windowsair Date: Tue, 6 Apr 2021 20:15:51 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ac2b30..5b2ac51 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: - 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-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 - name: install