Skip to content

Commit

Permalink
fix: missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Mar 7, 2024
1 parent 049e987 commit 14b6aa3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14b6aa3

Please sign in to comment.