We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa628e3 + 25e2e34 commit e969abcCopy full SHA for e969abc
.github/workflows/compile-examples.yml
@@ -126,6 +126,10 @@ jobs:
126
- name: Compile examples
127
uses: arduino/compile-sketches@v1
128
with:
129
+ cli-compile-flags: |
130
+ # Use build path containing spaces to check for path quoting problems in compilation patterns
131
+ - --build-path
132
+ - ${{ runner.temp }}/path with spaces
133
github-token: ${{ secrets.GITHUB_TOKEN }}
134
fqbn: ${{ matrix.board.fqbn }}
135
libraries: |
0 commit comments