This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 3b60ed039c1 [CI] build.yml: fix ERROR: Dangerous symbolic link path was ignored 3b60ed039c1 is described below commit 3b60ed039c1ca4795a45372c5e1ec7040e9a0687 Author: simbit18 <simbi...@gmail.com> AuthorDate: Sat Jul 12 15:15:02 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 2be1fe47aa6..e24245eac2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |