Skip to content

Commit

Permalink
ci: bump github ci using nuclei tools 2024.06
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jun 27, 2024
1 parent e1cc328 commit 8f12ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
mkdir -p prebuilt_tools
cd prebuilt_tools
echo "Prepare Nuclei Toolchain......"
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_nuclei-2024.tar.bz2
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_2024.06.tar.bz2
if [ ! -e $toolzip ] ; then
echo "Download Nuclei toolchain now!"
wget --progress=dot:giga --no-check-certificate https://www.nucleisys.com/upload/files/toochain/gcc/$toolzip
Expand All @@ -74,7 +74,7 @@ jobs:
fi
tar -xjf $toolzip
echo "Prepare Nuclei QEMU......"
toolzip=nuclei-qemu-2024.04.29-linux-x64.tar.gz
toolzip=nuclei-qemu-2024.06-linux-x64.tar.gz
if [ ! -e $toolzip ] ; then
echo "Download Nuclei qemu now!"
wget --progress=dot:giga --no-check-certificate https://www.nucleisys.com/upload/files/toochain/qemu/$toolzip
Expand Down

0 comments on commit 8f12ada

Please sign in to comment.