Skip to content

Commit

Permalink
ci: update github ci for n100 using 2024.02 tools
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Apr 1, 2024
1 parent f62e45a commit 0bf937d
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_2023.10.tar.bz2
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_nuclei-2024.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-2023.10-linux-x64.tar.gz
toolzip=nuclei-qemu-2024.02.21-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 0bf937d

Please sign in to comment.