Skip to content

Commit 74cb069

Browse files
committed
Update build workflow
1 parent 934f3b4 commit 74cb069

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
@@ -45,7 +45,7 @@ jobs:
4545
cli-version: latest
4646
platforms: |
4747
- name: "n-able-Arduino:arm-ble"
48-
source-url: "https://h2zero.github.io/n-able-Arduino/package_n-able_boards_test_index.json"
48+
source-url: "https://h2zero.github.io/n-able-Arduino/package_n-able_boards_index.json"
4949
version: latest
5050
- name: "n-able-Arduino:arm-ble"
5151
source-path: .
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
cat > example/platformio.ini << EOF
119119
[env]
120-
platform = https://github.com/h2zero/platform-n-able.git
120+
platform = https://github.com/h2zero/platform-n-able.git#latest
121121
platform_packages = framework-n-able-arduino @ file://./framework
122122
framework = arduino
123123
${{ matrix.flags }}

0 commit comments

Comments
 (0)