Skip to content

Commit

Permalink
ci: Fix incorrect nuclei tool root
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 5fc92b3 commit 2b8ce19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
sudo python3 -m pip install -q --upgrade pip
mkdir -p prebuilt_tools
cd prebuilt_tools
TOOLROOT=$(pwd)
TOOLVER=2024.06
echo "Prepare Nuclei Toolchain $TOOLVER ......"
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_${TOOLVER}.tar.bz2
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
echo "Clone Nuclei SDK using branch $SDKBRANCH"
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
echo "NUCLEI_TOOL_ROOT=${TOOLROOT}" > setup_config.sh
cd ..
- name: Build and Test Flashloader
Expand Down

0 comments on commit 2b8ce19

Please sign in to comment.