Skip to content

Commit 27923a9

Browse files
wip
1 parent 64a10e5 commit 27923a9

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
@@ -125,7 +125,7 @@ jobs:
125125
command: |
126126
127127
cd /etc/apt/trusted.gpg.d && ls -a
128-
curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
128+
sudo curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
129129
sudo apt-key add key.gpg
130130
131131
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov

0 commit comments

Comments
 (0)