biologist79
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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 |