Skip to content

Commit 024d339

Browse files
trop[bot]jkleinsc
andauthored
build: use new 7z command line switch (#48138)
-snld20 replaces -snld Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <[email protected]>
1 parent ce91f05 commit 024d339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/restore-cache-azcopy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
9898
$TEMP_DIR=New-Item -ItemType Directory -Path temp-cache
9999
$TEMP_DIR_PATH = $TEMP_DIR.FullName
100-
C:\ProgramData\Chocolatey\bin\7z.exe -y -snld x $src_cache -o"$TEMP_DIR_PATH"
100+
C:\ProgramData\Chocolatey\bin\7z.exe -y -snld20 x $src_cache -o"$TEMP_DIR_PATH"
101101
102102
- name: Move Src Cache (Windows)
103103
if: ${{ inputs.target-platform == 'win' }}

0 commit comments

Comments
 (0)