File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9292 - run :
9393 name : " aaa"
9494 command : |
95- sudo apt update
96- sudo apt install -y jq
95+ which sudo
96+ apt-get update
97+ apt-get install -y jq
9798 - run :
9899 name : Setup InfluxDB service
99100 command : |
@@ -128,11 +129,10 @@ jobs:
128129 - run :
129130 name : Collecting coverage reports
130131 command : |
131- sudo apt-get update
132- sudo apt-get upgrade
132+
133133
134134 uname -m
135- sudo curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
135+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
136136
137137
138138 curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
You can’t perform that action at this time.
0 commit comments