Skip to content

Commit 9583bd1

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and test app in toolchain bundle environment
22

33
on:
44
pull_request:
5+
push:
6+
branches:
7+
- fix-workflow
58

69
jobs:
710
build-and-test-in-toolchain-bundle:
@@ -47,6 +50,7 @@ jobs:
4750
key: ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
4851

4952
- name: Install proper toolchain bundle
53+
run: ./nrfutil toolchain-manager install --toolchain-bundle ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
5054

5155
- name: Build firmware
5256
run: |

0 commit comments

Comments
 (0)