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. 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 tags/v16.7
git checkout fff3764
git submodule update --init --recursive
cd -
#

Loading…
Cancel
Save