mirror of https://github.com/zulip/zulip.git
CircleCI: Add apt-get update.
This commit is contained in:
parent
83d422d5bc
commit
eee221123f
|
@ -111,6 +111,7 @@ jobs:
|
|||
- run:
|
||||
name: install dependencies
|
||||
command: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y moreutils
|
||||
rm -f /home/circleci/.gitconfig
|
||||
mispipe "tools/travis/setup-backend" ts
|
||||
|
|
Loading…
Reference in New Issue