Skip to content

Commit ad0eafc

Browse files
committed
use separate dir in PIO CI
1 parent d995759 commit ad0eafc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_platformio.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
steps:
5656
- uses: actions/checkout@v6
5757
with:
58+
path: project
5859
persist-credentials: false
5960

6061
# - name: Cache pip
@@ -130,6 +131,7 @@ jobs:
130131

131132
- name: Run PlatformIO
132133
shell: bash
134+
working-directory: project
133135
env:
134136
PLATFORMIO_CI_SRC: ${{ inputs.example-path }}
135137
BOARD: ${{ inputs.board-id }}

0 commit comments

Comments
 (0)