From 445533a879eb4547d82000e8ae04f41221d7670f Mon Sep 17 00:00:00 2001 From: Tien Tong Date: Fri, 13 Dec 2024 11:13:44 -0500 Subject: [PATCH] Still trying to fix codecov token issue --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index be6ce31d..1fe2e779 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,7 @@ jobs: # We need curl for the codecov upload apt-get update apt-get install -y -qq curl + apt-get install -y gnupg cd /home/circleci/src/coverage/ echo "Merge coverage files"