Skip to content

Commit ae63a7e

Browse files
committed
draft
1 parent c94f3da commit ae63a7e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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-id ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
5054

5155
- name: Build firmware
5256
run: |

0 commit comments

Comments
 (0)