Skip to content

Commit

Permalink
Fix curl install in CircleCI (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Vegas-Regidor authored Jul 14, 2021
1 parent 4d82ff3 commit 62b4c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62b4c75

Please sign in to comment.