From 14b6aa3197e6ffdc3442ff1c2d433e5164d20d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 7 Mar 2024 14:52:14 +0100 Subject: [PATCH] fix: missing key --- .circleci/config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94a6b25..7d5970e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,10 +130,17 @@ jobs: steps: - dependencies: shell: "/bin/bash -eo pipefail" + - when: + condition: + equal: [ 'chrome', << parameters.dart-platform >>] + steps: + - run: + name: Add Ubuntu Key + command: | + apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E88979FB9B30ACF2 - run: name: Install dependencies command: | - apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E88979FB9B30ACF2 apt-get update && apt-get -y install wget gnupg libdigest-sha-perl - when: condition: