Skip to content

Commit

Permalink
Add test with the installation script since Python installation might…
Browse files Browse the repository at this point in the history
… have issues

Also remove the successful yaml file, no need for it anymore.
  • Loading branch information
CocoDico78 committed Dec 5, 2024
1 parent 1935be3 commit dcae2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/with-esptool.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/with-platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
python-version: '3.12'

- run: pip install --upgrade platformio
- run: |
wget -O get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
- name: Build firmware
run: /opt/hostedtoolcache/Python/3.12.7/x64/bin/pio pkg exec --package "platformio/tool-esptoolpy" -- esptool version
run: ~/.platformio/penv/bin/pio pkg exec --package "platformio/tool-esptoolpy" -- esptool version

0 comments on commit dcae2c6

Please sign in to comment.