We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23365e commit 4f235e3Copy full SHA for 4f235e3
.github/workflows/compile-rtk-firmware.yml
@@ -122,6 +122,9 @@ jobs:
122
- name: Downgrade git HTTP version
123
run: git config --global http.version HTTP/1.1
124
125
+ - name: Increase HTTP post buffer size
126
+ run: git config --global http.postBuffer 157286400
127
+
128
- name: Push binary to Binaries Repo
129
uses: dmnemec/copy_file_to_another_repo_action@main
130
env:
0 commit comments