diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index d06510c4533d0c..a65dc63adb3c1f 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -116,4 +116,4 @@ jobs: - name: lighting-app NRFConnect shell: bash run: | - ./scripts/run_in_build_env.sh "cd examples/chef; export GNUARMEMB_TOOLCHAIN_PATH=\"$PW_ARM_CIPD_INSTALL_DIR\"; ./chef.py -br --use_zzz -d lighting-app -t nrfconnect; + ./scripts/run_in_build_env.sh "cd examples/chef; export GNUARMEMB_TOOLCHAIN_PATH=\"$PW_ARM_CIPD_INSTALL_DIR\"; ./chef.py -br --use_zzz -d lighting-app -t nrfconnect;"