This is an automated email from the ASF dual-hosted git repository.

lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 29c88356e [CI] build.yml: fix ERROR: Dangerous symbolic link path was 
ignored
29c88356e is described below

commit 29c88356e9854ff2b2ed3f419105ee3762186168
Author: simbit18 <simbi...@gmail.com>
AuthorDate: Sat Jul 12 15:44:21 2025 +0200

    [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 <simbi...@gmail.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5061c11c6..5070a1d6c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |

Reply via email to