Skip to content

Commit 62b4c75

Browse files
author
Javier Vegas-Regidor
authored
Fix curl install in CircleCI (#1228)
1 parent 4d82ff3 commit 62b4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: test-reports/
4848
- run:
4949
# Install curl for codecov upload
50-
command: apt install -y curl
50+
command: apt update && apt install -y curl
5151
- codecov/upload:
5252
file: 'test-reports/coverage.xml'
5353
- coverage-reporter/send_report:

0 commit comments

Comments
 (0)