We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748c1e0 commit c6bfafeCopy full SHA for c6bfafe
1 file changed
.github/workflows/cmake.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
FAMILY_LOWER=$(echo "${{ matrix.family }}" | tr '[:upper:]' '[:lower:]')
64
RELATIVE_PATH="../../cmsis/build-relative/_deps/stm32cube${FAMILY_LOWER}-src"
65
- cmake -DTEST_FAMILIES=${{ matrix.family }} -DSTM32_CUBE_${{ matrix.family }}_PATH=${RELATIVE_PATH} $GITHUB_WORKSPACE/tests/cmsis/
+ cmake -DTEST_FAMILIES=${{ matrix.family }} -DSTM32_CUBE_${{ matrix.family }}_PATH="${RELATIVE_PATH}" "$GITHUB_WORKSPACE/tests/cmsis/"
66
if: ${{ matrix.family != 'MP1' }}
67
68
- name: Build tests/cmsis with relative path
0 commit comments