Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 31, 2023
1 parent 0b21d3b commit 1e2e83a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ jobs:
- name: Install PlatformIO Core
run: |
python3 get-platformio.py
~/.platformio/penv/bin/pio system info
if [ "$RUNNER_OS" == "Windows" ]; then
~/.platformio/penv/Scripts/pio.exe system info
else
~/.platformio/penv/bin/pio system info
fi
shell: bash

0 comments on commit 1e2e83a

Please sign in to comment.