From 7b05baef2274162a3a51c888c39724a839304989 Mon Sep 17 00:00:00 2001 From: Theo Ilie Date: Wed, 4 Oct 2023 18:26:12 -0700 Subject: [PATCH] Merge pull request #153 from AudiusProject/theo-hotfix-ci-img-nextgen Hotfix CI img install --- packages/protocol-dashboard/.circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol-dashboard/.circleci/config.yml b/packages/protocol-dashboard/.circleci/config.yml index d3478ad32e4..6018af602bd 100644 --- a/packages/protocol-dashboard/.circleci/config.yml +++ b/packages/protocol-dashboard/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: at: ./ - run: name: install deps - command: sudo apt install libsecret-1-0 + command: sudo apt update && sudo apt install -y libsecret-1-0 - run: name: armada publish command: |