Skip to content

Commit

Permalink
Add full path to pio
Browse files Browse the repository at this point in the history
Remove windows from the matrix for simplicity
  • Loading branch information
CocoDico78 committed Dec 4, 2024
1 parent fc0515d commit 1935be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/with-platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -22,4 +22,4 @@ jobs:
- run: pip install --upgrade platformio

- name: Build firmware
run: pio pkg exec --package "platformio/tool-esptoolpy" -- esptool version
run: /opt/hostedtoolcache/Python/3.12.7/x64/bin/pio pkg exec --package "platformio/tool-esptoolpy" -- esptool version

0 comments on commit 1935be3

Please sign in to comment.