Downgrade circle-stdlib

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

@ -7,7 +7,7 @@ git submodule update --init --recursive
# Use fixed master branch of circle-stdlib then re-update
cd circle-stdlib/
git reset --hard
git checkout fff3764
git checkout 3bd135d
git submodule update --init --recursive
cd -
#

Loading…
Cancel
Save