Skip to content

Commit

Permalink
ci: github ci workflow using prebuilt nuclei gnu toolchain 2022.01
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 24, 2022
1 parent 2614aa6 commit 6a64555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
mkdir -p prebuilt_tools
cd prebuilt_tools
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_2020.08.tar.bz2
toolzip=nuclei_riscv_newlibc_prebuilt_linux64_2022.01.tar.bz2
if [ ! -e $toolzip ] ; then
wget https://nucleisys.com/upload/files/toochain/gcc/$toolzip
fi
Expand Down

0 comments on commit 6a64555

Please sign in to comment.