mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
workaround for platform 6.12
This commit is contained in:
1
.github/workflows/dev_release.yml
vendored
1
.github/workflows/dev_release.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U platformio
|
||||
python -m pip install intelhex
|
||||
|
||||
- name: Build the WebUI
|
||||
run: |
|
||||
|
||||
1
.github/workflows/stable_release.yml
vendored
1
.github/workflows/stable_release.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U platformio
|
||||
python -m pip install intelhex
|
||||
|
||||
- name: Build the WebUI
|
||||
run: |
|
||||
|
||||
1
.github/workflows/test_release.yml
vendored
1
.github/workflows/test_release.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U platformio
|
||||
python -m pip install intelhex
|
||||
|
||||
- name: Build the WebUI
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user