From 4aa7d526bf2ae1bb51f3e493d8794a260a22045d Mon Sep 17 00:00:00 2001 From: Yinan Xu Date: Thu, 24 Aug 2023 11:48:41 +0800 Subject: [PATCH] Update update-submodule.sh --- update-submodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-submodule.sh b/update-submodule.sh index b9f134183..b71271be3 100755 --- a/update-submodule.sh +++ b/update-submodule.sh @@ -1,3 +1,3 @@ -cd XiangShan; git checkout master; git pull +cd XiangShan; git fetch origin; git checkout origin/master; make init cd NEMU; git checkout master; git pull cd nexus-am; git checkout master; git pull