mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-23 02:22:13 +00:00
Create vendor/bin
if it doesn't exist
This commit is contained in:
parent
a184583a89
commit
9d18f4a18a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
mkdir -p vendor/bin
|
||||
if [[ ! -f vendor/bin/jq ]]; then
|
||||
curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64 > vendor/bin/jq
|
||||
chmod +x vendor/bin/jq
|
||||
|
|
Loading…
Reference in a new issue