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 180ed7cCopy full SHA for 180ed7c
.github/workflows/build-using-toolchain-bundle.yml
@@ -47,6 +47,7 @@ jobs:
47
key: ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
48
49
- name: Install proper toolchain bundle
50
+ run: ./nrfutil toolchain-manager install --toolchain-bundle ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}}
51
52
- name: Build firmware
53
run: |
0 commit comments