From 62b4c7540725ea54e54ddd321609ccfc8b43d0e5 Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Wed, 14 Jul 2021 13:21:41 +0200 Subject: [PATCH] Fix curl install in CircleCI (#1228) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 80c2842bcc..4876b9d58a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ jobs: path: test-reports/ - run: # Install curl for codecov upload - command: apt install -y curl + command: apt update && apt install -y curl - codecov/upload: file: 'test-reports/coverage.xml' - coverage-reporter/send_report: