Skip to content

Commit 0c7bae3

Browse files
Update action.yml
1 parent 5b38177 commit 0c7bae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
# to be sure
126126
set -o pipefail
127127
128-
./ya make --cache-size 50M --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \
128+
./ya make --cache-size 2TB --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \
129129
--log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \
130130
--link-threads "${{ inputs.link_threads }}" \
131131
"${extra_params[@]}" |& tee $TMP_DIR/ya_make.log && echo "status=true" >> $GITHUB_OUTPUT || (

0 commit comments

Comments
 (0)