We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970d99 commit 6dbb0f9Copy full SHA for 6dbb0f9
.github/workflows/examples.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
- python-version: [3.9]
+ python-version: [3.12]
12
example:
13
- "examples/BLE-client-test"
14
- "examples/BLE-server-test"
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
pip install -U https://github.com/platformio/platformio/archive/develop.zip
28
- platformio platform install file://.
+ pio pkg install --global --platform file://.
29
- name: Build examples
30
31
- platformio run -d ${{ matrix.example }}
+ pio run -d ${{ matrix.example }}
0 commit comments