From 85e675f6b7d53a30b47adcd7ca31a1390b21064c Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Thu, 16 Nov 2023 20:20:21 +0800 Subject: [PATCH] fix: ci --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c2af291..5efc483 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ CURRENT_DIR=$(pwd) GCC_VERSION="13.2.0" # GCC_GIT="git://gcc.gnu.org/git/gcc.git" GCC_GIT="https://git.m.ac/mirrors/gcc.git" -GCC_SRC="${CURRENT_DIR}/../src" +GCC_SRC="${CURRENT_DIR}/../gcc" BUILD_DIR="build" # Clone GCC