Skip to content

Commit 01d75c0

Browse files
committed
added missing target cpu
1 parent 016719c commit 01d75c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ jobs:
154154
echo "Building for header: $header_file"
155155
156156
# Configure and build
157-
CC=arm-none-eabi-gcc CXX=arm-none-eabi-g++ cmake -B "$BUILD_DIR/$safe_name" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -S ${{github.workspace}}
157+
CC=arm-none-eabi-gcc CXX=arm-none-eabi-g++ cmake -B "$BUILD_DIR/$safe_name" -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DTARGET_CPU=${{matrix.cpu}}
158158
cmake --build "$BUILD_DIR/$safe_name" --config ${{env.BUILD_TYPE}}
159159
done

0 commit comments

Comments
 (0)