Skip to content

Commit c23365e

Browse files
committed
Workaround for git issue
1 parent 91d598d commit c23365e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
name: ${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}
119119
path: ./Firmware/RTK_Surveyor/build/esp32.esp32.esp32/${{ env.FILENAME_PREFIX }}${{ env.FILE_ENDING_UNDERSCORE }}.bin
120120

121+
#Workaround for Issue: https://github.com/orgs/community/discussions/55820#discussioncomment-5946136
122+
- name: Downgrade git HTTP version
123+
run: git config --global http.version HTTP/1.1
124+
121125
- name: Push binary to Binaries Repo
122126
uses: dmnemec/copy_file_to_another_repo_action@main
123127
env:

0 commit comments

Comments
 (0)