From 5634e9c296c3e27aade0b1ec595b7ed76dacc95a Mon Sep 17 00:00:00 2001 From: Andy Blight Date: Tue, 19 Mar 2024 11:00:04 +0000 Subject: [PATCH] Restored missing vertical bar symbols. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba77284..4893732 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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