Skip to content

Commit

Permalink
Restored missing vertical bar symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBlightLeeds committed Mar 19, 2024
1 parent 62c28c1 commit 5634e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: ./repo/.github/actions/platformio-env
- name: Build
shell: bash
run:
run: |
export PATH=$PATH:~/.platformio/penv/bin
cd repo/ci
pio run -e ${{ matrix.platform }}
Expand All @@ -40,13 +40,13 @@ jobs:
uses: ./repo/.github/actions/platformio-env
- name: micro-ros_publisher
shell: bash
run:
run: |
export PATH=$PATH:~/.platformio/penv/bin
cd repo/examples/micro-ros_publisher
pio run
- name: micro-ros_subscriber_wifi
shell: bash
run:
run: |
export PATH=$PATH:~/.platformio/penv/bin
cd repo/examples/micro-ros_subscriber_wifi
pio run -e esp32cam

0 comments on commit 5634e9c

Please sign in to comment.