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.
1 parent bdbaa1d commit 68f48b6Copy full SHA for 68f48b6
.github/workflows/ci.yml
@@ -142,8 +142,8 @@ jobs:
142
# Silicon Labs
143
- { chip: SIM3L1x8_SVD }
144
# Nordic chips
145
- - { chip: nrf51, options: -f register_mod::s:_mod }
146
- - { chip: nrf52, options: -f register_mod::s:_mod }
+ - { chip: nrf51, options: "-f register_mod::s:_mod" }
+ - { chip: nrf52, options: "-f register_mod::s:_mod" }
147
steps:
148
- uses: actions/checkout@v4
149
0 commit comments