File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ jobs:
6565 uses : actions/checkout@v3
6666 with :
6767 repository : avrdudes/avrdude
68- ref : ${{ steps.get_tag_name.outputs.AVRDUDE_TAG }} # pay attention, the pathches could not apply to newer version than 7.0
68+ ref : 4c92030e3a486cfbaeb36e298f6f2929e8e031eb # checking out the latest commit on main, since there is still no newer tag than 7.0
6969 path : ${{ env.PROJECT_NAME }}
7070
7171 - name : Set the version
7272 working-directory : avrdude-packing/patches/
73- run : perl -pi -e "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF##*/}/g" 0008-Append-arduino-to-version-string.patch
73+ run : perl -pi -e "s/ARDUINO_VERSION_PLACEHOLDER/${GITHUB_REF##*/}, 4c92030e3a486cfbaeb36e298f6f2929e8e031eb /g" 0008-Append-arduino-to-version-string.patch
7474
7575 - name : Apply patches
7676 working-directory : ${{ env.PROJECT_NAME }}
You can’t perform that action at this time.
0 commit comments