Skip to content

Commit 5de5fe3

Browse files
wip
1 parent 35b72e5 commit 5de5fe3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
- run:
101101
name: "aaa"
102102
command: |
103-
apt-get update
104-
apt-get install -y jq
103+
sudo apt-get update
104+
sudo apt-get install -y jq
105105
- run:
106106
name: Setup InfluxDB service
107107
command: |
@@ -138,8 +138,7 @@ jobs:
138138
command: |
139139
uname -m
140140
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
141-
142-
141+
143142
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
144143

145144
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM

0 commit comments

Comments
 (0)