Skip to content

Commit 329030b

Browse files
committed
Add missing quote
1 parent 04f29f4 commit 329030b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-for-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Compile Sketch
104104
run: arduino-cli compile -v -e -b SparkFun:apollo3:sfe_artemis_atp ./Firmware/${{ env.FILENAME_PREFIX }}/${{ env.FILENAME_PREFIX }}.ino
105-
--build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\"
105+
--build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\""
106106

107107
- name: Rename binary
108108
run: |

.github/workflows/non-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Compile Sketch
9696
run: arduino-cli compile -v -e -b SparkFun:apollo3:sfe_artemis_atp ./Firmware/${{ env.FILENAME_PREFIX }}/${{ env.FILENAME_PREFIX }}.ino
97-
--build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\"
97+
--build-property "compiler.cpp.extra_flags=\"-DICM_20948_USE_DMP\""
9898

9999
- name: Rename binary
100100
run: |

0 commit comments

Comments
 (0)