Skip to content

Commit 4f235e3

Browse files
committed
Increase HTTP post buffer size
1 parent c23365e commit 4f235e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compile-rtk-firmware.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ jobs:
122122
- name: Downgrade git HTTP version
123123
run: git config --global http.version HTTP/1.1
124124

125+
- name: Increase HTTP post buffer size
126+
run: git config --global http.postBuffer 157286400
127+
125128
- name: Push binary to Binaries Repo
126129
uses: dmnemec/copy_file_to_another_repo_action@main
127130
env:

0 commit comments

Comments
 (0)