Skip to content

Commit 0ec0832

Browse files
committed
Fix nrf build workflow
1 parent 67371bf commit 0ec0832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
mkdir example/src
314314
cat > example/platformio.ini << EOF
315315
[env]
316-
platform = https://github.com/h2zero/platform-n-able.git#1.1.1
316+
platform = https://github.com/h2zero/platform-n-able.git
317317
framework = arduino
318318
319319
[env:generic_nrf51822_xxaa
@@ -356,7 +356,7 @@ jobs:
356356
mkdir example/src
357357
cat > example/platformio.ini << EOF
358358
[env]
359-
platform = https://github.com/h2zero/platform-n-able.git#1.1.1
359+
platform = https://github.com/h2zero/platform-n-able.git
360360
framework = arduino
361361
362362
[env:generic_nrf52840]

0 commit comments

Comments
 (0)