Skip to content

Commit 29c8835

Browse files
simbit18lupyuen
authored andcommitted
[CI] build.yml: fix ERROR: Dangerous symbolic link path was ignored
add Command Line Switch -snld -snld -> allow extracting of denagerous symbolic links. https://sourceforge.net/p/sevenzip/discussion/45798/thread/187ce54fb0/ Signed-off-by: simbit18 <simbit18@gmail.com>
1 parent 8b121eb commit 29c8835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
- name: Extract sources
369369
run: |
370370
7z x sources.tar.gz -y
371-
7z x sources.tar -y
371+
7z x sources.tar -y -snld
372372
373373
- name: Run Builds
374374
run: |

0 commit comments

Comments
 (0)