forked from zelo72/mastodon-ios
chore: workaround CocoaPods CDN issue
This commit is contained in:
parent
66d23432c1
commit
9d0e2b68b4
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# workaround https://github.com/CocoaPods/CocoaPods/issues/11355
|
||||||
|
echo "$(echo -n 'source "https://github.com/CocoaPods/Specs.git"\n'; cat Podfile)" > Podfile
|
||||||
|
|
||||||
# Install Ruby Bundler
|
# Install Ruby Bundler
|
||||||
gem install bundler:2.3.11
|
gem install bundler:2.3.11
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue