Skip to content

Commit 9a4c9cf

Browse files
authored
Update example.yml
1 parent 2b122c0 commit 9a4c9cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install wheel
28-
pip install -U https://github.com/Jason2866/platformio-core/archive/refs/tags/v6.1.16+free.zip
29-
pio pkg install --global --platform https://github.com/Jason2866/platform-espressif32.git#idf_installer
28+
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.16+test.tar.gz
3029
- name: Build example
3130
run: |
3231
pio run

0 commit comments

Comments
 (0)