Skip to content

Commit c6bfafe

Browse files
committed
Fixed var in CI call
1 parent 748c1e0 commit c6bfafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
FAMILY_LOWER=$(echo "${{ matrix.family }}" | tr '[:upper:]' '[:lower:]')
6464
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/
65+
cmake -DTEST_FAMILIES=${{ matrix.family }} -DSTM32_CUBE_${{ matrix.family }}_PATH="${RELATIVE_PATH}" "$GITHUB_WORKSPACE/tests/cmsis/"
6666
if: ${{ matrix.family != 'MP1' }}
6767

6868
- name: Build tests/cmsis with relative path

0 commit comments

Comments
 (0)