We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b0d7b commit 0f68e00Copy full SHA for 0f68e00
.github/workflows/main.yml
@@ -29,9 +29,9 @@ jobs:
29
if: matrix.target-hardware == 'esp8266'
30
run: |
31
sudo apt update
32
- sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python3-serial ninja-build
+ sudo apt install -y gcc git wget make libncurses-dev flex bison python-is-python3 python3-setuptools python3-serial ninja-build
33
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
34
- curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
+ curl https://bootstrap.pypa.io/pip/3.4/get-pip.py -o get-pip.py
35
python get-pip.py
36
37
- name: install
0 commit comments