[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>
This commit is contained in:
parent
c4541a4d4c
commit
3b60ed039c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -373,7 +373,7 @@ jobs:
|
|||
- name: Extract sources
|
||||
run: |
|
||||
7z x sources.tar.gz -y
|
||||
7z x sources.tar -y
|
||||
7z x sources.tar -y -snld
|
||||
|
||||
- name: Run Builds
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue