diff options
| author | TiejunZhou <[email protected]> | 2023-04-20 17:20:15 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-20 17:20:15 +0800 |
| commit | 390c5ce1b7c2aa97f2a52caa61cabaf9bc0203e0 (patch) | |
| tree | fec5f56008bf30bbe3f67ac45b87a5b06d9604f2 /scripts/install.sh | |
| parent | 672c5e953ed4e664acab6e01b058f0e1e2e033c3 (diff) | |
Update CFS usage (#252)
Diffstat (limited to 'scripts/install.sh')
| -rwxr-xr-x | scripts/install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 5435f4fc..af7b2174 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -17,6 +17,5 @@ apt-get install -y \ software-properties-common python3 -m pip install --upgrade pip -pip3 install artifacts-keyring -pip3 install gcovr==4.1 $INDEX_URL +pip3 install gcovr==4.1 |
