Home
last modified time | relevance | path

Searched full:init (Results 1 – 2 of 2) sorted by relevance

/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml29 git init
34 - name: West init
40 west init -l $ZEPHYR_BASE
/zcbor-latest/.github/workflows/
Drun-tests.yaml48 git init zephyr-clone
68 west init -l zephyr-clone; if($LastExitCode -ne 0) {Write-Error "$LastExitCode"};