Skip to content

Commit

Permalink
Update platformio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsup authored Jul 5, 2024
1 parent c724670 commit 4478234
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install platformio
- name: Initialize PlatformIO environment
run: |
pio update
pio upgrade --dev
pio lib install
ls /home/runner/.platformio
ls /home/runner/.platformio/penv
ls /home/runner/.platformio/penv/bin/
- name: Install Micro_ROS dependencies
run: |
sudo apt-get update
Expand All @@ -47,6 +38,7 @@ jobs:
run: |
pio update
pio lib install
pio pkg install
- name: Build PlatformIO Project
run: pio run
Expand Down

0 comments on commit 4478234

Please sign in to comment.