From 7b4dcdfda203602e761db943100916c39a800e17 Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Mon, 25 Mar 2024 10:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E6=96=B0?= =?UTF-8?q?=E5=A2=9Ertaudio=E5=92=8Ctaskflow=E7=9A=84checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.bat b/update.bat index f7160bf..3ff1fc7 100644 --- a/update.bat +++ b/update.bat @@ -1,6 +1,7 @@ cd third_party cd rtaudio +git checkout master git pull cd .. @@ -10,6 +11,7 @@ git pull cd .. cd taskflow +git checkout master git pull cd ..