Skip to content

Commit 68f48b6

Browse files
committed
CI syntax fix
1 parent bdbaa1d commit 68f48b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
# Silicon Labs
143143
- { chip: SIM3L1x8_SVD }
144144
# Nordic chips
145-
- { chip: nrf51, options: -f register_mod::s:_mod }
146-
- { chip: nrf52, options: -f register_mod::s:_mod }
145+
- { chip: nrf51, options: "-f register_mod::s:_mod" }
146+
- { chip: nrf52, options: "-f register_mod::s:_mod" }
147147
steps:
148148
- uses: actions/checkout@v4
149149

0 commit comments

Comments
 (0)