diff --git a/.github/actions/build_ya/action.yml b/.github/actions/build_ya/action.yml index ccbed983963b..c2d2deb712c9 100644 --- a/.github/actions/build_ya/action.yml +++ b/.github/actions/build_ya/action.yml @@ -125,7 +125,7 @@ runs: # to be sure set -o pipefail - ./ya make -k --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \ + ./ya make --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \ --log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \ --cache-size 512G --link-threads "${{ inputs.link_threads }}" \ "${extra_params[@]}" |& tee $TMP_DIR/ya_make.log && echo "status=true" >> $GITHUB_OUTPUT || (