We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94f3da commit 9583bd1Copy full SHA for 9583bd1
.github/workflows/build-using-toolchain-bundle.yml
@@ -2,6 +2,9 @@ name: Build and test app in toolchain bundle environment
2
3
on:
4
pull_request:
5
+ push:
6
+ branches:
7
+ - fix-workflow
8
9
jobs:
10
build-and-test-in-toolchain-bundle:
@@ -47,6 +50,7 @@ jobs:
47
50
key: ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
48
51
49
52
- name: Install proper toolchain bundle
53
+ run: ./nrfutil toolchain-manager install --toolchain-bundle ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
54
55
- name: Build firmware
56
run: |
0 commit comments