Skip to content

Commit 180ed7c

Browse files
committed
ci: fix build pipeline
Add missing code which was removed by accident
1 parent c94f3da commit 180ed7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-using-toolchain-bundle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
key: ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
4848

4949
- name: Install proper toolchain bundle
50+
run: ./nrfutil toolchain-manager install --toolchain-bundle ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
5051

5152
- name: Build firmware
5253
run: |

0 commit comments

Comments
 (0)