We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d995759 commit ad0eafcCopy full SHA for ad0eafc
1 file changed
.github/workflows/build_platformio.yaml
@@ -55,6 +55,7 @@ jobs:
55
steps:
56
- uses: actions/checkout@v6
57
with:
58
+ path: project
59
persist-credentials: false
60
61
# - name: Cache pip
@@ -130,6 +131,7 @@ jobs:
130
131
132
- name: Run PlatformIO
133
shell: bash
134
+ working-directory: project
135
env:
136
PLATFORMIO_CI_SRC: ${{ inputs.example-path }}
137
BOARD: ${{ inputs.board-id }}
0 commit comments