File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -738,8 +738,8 @@ jobs:
738738 Expand-Archive llvm-mingw-*.zip -DestinationPath .
739739 del llvm-mingw-*.zip
740740 mv llvm-mingw-* c:\llvm-mingw
741- echo "c:\llvm-mingw\busybox\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
742- echo "c:\llvm-mingw\bin" | Out-File -FilePath $Env:GITHUB_PATH -Encoding utf8 -Append
741+ echo "c:\llvm-mingw\busybox\bin" >> $Env:GITHUB_PATH
742+ echo "c:\llvm-mingw\bin" >> $Env:GITHUB_PATH
743743 - uses : actions/checkout@v4
744744 - name : Checkout ffmpeg
745745 uses : actions/checkout@v4
@@ -777,7 +777,7 @@ jobs:
777777 cd ffmpeg-build
778778 mingw32-make fate-rsync
779779 cd ..
780- echo "hash=$(sh -c "find fate-samples -type f | sort | sha256sum | cut -d' ' -f1")" | Out-File -FilePath $Env:GITHUB_OUTPUT -Encoding utf8 -Append
780+ echo "hash=$(sh -c "find fate-samples -type f | sort | sha256sum | cut -d' ' -f1")" >> $Env:GITHUB_OUTPUT
781781 - name : Cache Fate-Suite
782782 uses : actions/cache/save@v4
783783 if : ${{ format('fate-samples-{0}', steps.rsync.outputs.hash) != steps.cache.outputs.cache-matched-key }}
You can’t perform that action at this time.
0 commit comments