mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00: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:
parent
8b121eb138
commit
29c88356e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -368,7 +368,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
Add a link
Reference in a new issue