Skip to content

Commit

Permalink
ci: Fix clone depth option during sdk clone
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Dec 6, 2024
1 parent 24bd843 commit 090a3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ..
SDKBRANCH=${{ matrix.sdkbranch }}
echo "Clone Nuclei SDK using branch $SDKBRANCH"
git clone -b $SDKBRANCH -depth 1 https://github.com/Nuclei-Software/nuclei-sdk
git clone -b $SDKBRANCH --depth 1 https://github.com/Nuclei-Software/nuclei-sdk
cd nuclei-sdk
echo "NUCLEI_TOOL_ROOT=$(pwd)/prebuilt_tools" > setup_config.sh
cd ..
Expand Down

0 comments on commit 090a3e0

Please sign in to comment.