diff --git a/.github/workflows/build-using-toolchain-bundle.yml b/.github/workflows/build-using-toolchain-bundle.yml index 27ccb07..cd3fcda 100644 --- a/.github/workflows/build-using-toolchain-bundle.yml +++ b/.github/workflows/build-using-toolchain-bundle.yml @@ -47,6 +47,7 @@ jobs: key: ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}} - name: Install proper toolchain bundle + run: ./nrfutil toolchain-manager install --toolchain-bundle ${{steps.set-tb-id.outputs.TOOLCHAIN_BUNDLE_NAME}} - name: Build firmware run: |