mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
[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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user