Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4d568eb

Browse files
author
Vikas Agarwal
committed
trying to fix the error in building
1 parent 19f9bc2 commit 4d568eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
command: |
2828
echo 'deb http://www.rabbitmq.com/debian/ testing main' | sudo tee /etc/apt/sources.list.d/rabbitmq.list
2929
wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add -
30-
sudo apt-get update
30+
sudo apt-get update --fix-missing
3131
sudo apt-get install rabbitmq-server
3232
sudo service rabbitmq-server start
3333
sudo cp local/rabbitmq_delayed_message_exchange-0.0.1.ez /usr/lib/rabbitmq/lib/rabbitmq_server-*/plugins

0 commit comments

Comments
 (0)