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 398b943 commit 55df404Copy full SHA for 55df404
.github/workflows/oss-history.yml
@@ -27,7 +27,7 @@ jobs:
27
pip3 install --upgrade pip setuptools west
28
pip3 install -r ncs/nrf/scripts/requirements-extra.txt
29
30
- - name: Set upsteam
+ - name: Set upstream
31
working-directory: ncs
32
run: |
33
git -C zephyr remote add upstream https://github.com/zephyrproject-rtos/zephyr
@@ -41,4 +41,4 @@ jobs:
41
uses: nrfconnect/action-oss-history@main
42
with:
43
workspace: 'ncs'
44
- args: -p zephyr -p mcuboot -p hostap -p wfa-qt-control-app
+ args: -p zephyr -p mcuboot -p hostap -p wfa-qt-control-app -p trusted-firmware-m -p mbedtls
0 commit comments