We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce91f05 commit 024d339Copy full SHA for 024d339
1 file changed
.github/actions/restore-cache-azcopy/action.yml
@@ -97,7 +97,7 @@ runs:
97
98
$TEMP_DIR=New-Item -ItemType Directory -Path temp-cache
99
$TEMP_DIR_PATH = $TEMP_DIR.FullName
100
- C:\ProgramData\Chocolatey\bin\7z.exe -y -snld x $src_cache -o"$TEMP_DIR_PATH"
+ C:\ProgramData\Chocolatey\bin\7z.exe -y -snld20 x $src_cache -o"$TEMP_DIR_PATH"
101
102
- name: Move Src Cache (Windows)
103
if: ${{ inputs.target-platform == 'win' }}
0 commit comments