Skip to content

Commit 80f397a

Browse files
committed
action: windows: Switch to winget and add dtc
Switch to winget to fetch the Windows dependencies and add `dtc` to them. See zephyrproject-rtos/zephyr#87154 for more info. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
1 parent f7b7026 commit 80f397a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ runs:
6161
elif [ "${{ runner.os }}" = "macOS" ]; then
6262
brew install ninja ccache qemu dtc
6363
elif [ "${{ runner.os }}" = "Windows" ]; then
64-
choco feature enable -n allowGlobalConfirmation
65-
choco install ninja wget
64+
winget install Ninja-build.Ninja oss-winget.dtc wget
6665
fi
6766
6867
- name: Initialize

0 commit comments

Comments
 (0)