Browse Source

Update build.yml

changed pip to pip3
master
biologist79 4 years ago
committed by GitHub
parent
commit
02b17d6580
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -17,6 +17,6 @@ jobs:
- name: Install Platform IO - name: Install Platform IO
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U platformio
pip3 install -U platformio
- name: Build - name: Build
run: platformio run -e esp32-a1s -e lolin32 -e lolin_d32 -e lolin_d32_pro -e nodemcu-32s -e az-delivery-devkit-v4 -e ttgo_t8 run: platformio run -e esp32-a1s -e lolin32 -e lolin_d32 -e lolin_d32_pro -e nodemcu-32s -e az-delivery-devkit-v4 -e ttgo_t8
Loading…
Cancel
Save