Skip to content

Commit e0cb9cc

Browse files
committed
Fix CI
1 parent 201fed0 commit e0cb9cc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-esp32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
enable-cache: false
112112
- name: Install platformio
113113
run: |
114-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
114+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
115115
116116
- name: Build Arduino Examples
117117
run: |
@@ -151,7 +151,7 @@ jobs:
151151
enable-cache: false
152152
- name: Install platformio
153153
run: |
154-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
154+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
155155
156156
- name: Build Arduino Examples
157157
run: |
@@ -190,7 +190,7 @@ jobs:
190190
enable-cache: false
191191
- name: Install platformio
192192
run: |
193-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
193+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
194194
195195
- name: Build Arduino Examples
196196
run: |

.github/workflows/build-esp8266.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
enable-cache: false
7979
- name: Install platformio
8080
run: |
81-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
81+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
8282
8383
- name: Build Arduino Examples
8484
run: |

.github/workflows/build-libretiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
enable-cache: false
4848
- name: Install platformio
4949
run: |
50-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
50+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
5151
5252
- name: Build Arduino Examples
5353
run: |

.github/workflows/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
enable-cache: false
8686
- name: Install platformio
8787
run: |
88-
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
88+
uv pip install --system -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.19.zip
8989
9090
- name: Build Arduino Examples
9191
run: |

0 commit comments

Comments
 (0)