Downgrade circle-stdlib

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent bc066874dc
commit cf3a3ec0c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      submod.sh

@ -7,7 +7,7 @@ git submodule update --init --recursive
# Use fixed master branch of circle-stdlib then re-update # Use fixed master branch of circle-stdlib then re-update
cd circle-stdlib/ cd circle-stdlib/
git reset --hard git reset --hard
git checkout tags/v16.7 git checkout fff3764
git submodule update --init --recursive git submodule update --init --recursive
cd - cd -
# #
@ -24,4 +24,4 @@ cd -
cd Synth_Dexed/ cd Synth_Dexed/
git reset --hard git reset --hard
git checkout c9f5274 git checkout c9f5274
cd - cd -

Loading…
Cancel
Save