gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 99053e1c9925b5981919b712f3b8f5f2f722934a
parent 268269ea12d6ec88832c79e749d48e02509e4bad
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 11 Aug 2021 20:13:51 +0200

also use --init to update subrepos

Diffstat:
Mscripts/ci_linux.sh | 2+-
Mscripts/ci_mac.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci_linux.sh b/scripts/ci_linux.sh @@ -1,6 +1,6 @@ cd ../ git reset --hard git pull -git submodule update --recursive +git submodule update --init --recursive ./build_linux.sh cd scripts diff --git a/scripts/ci_mac.sh b/scripts/ci_mac.sh @@ -1,6 +1,6 @@ cd ../ git reset --hard git pull -git submodule update --recursive +git submodule update --init --recursive ./build_mac.sh cd scripts