mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Follow up after https://github.com/pytorch/pytorch/pull/92569 Pull Request resolved: https://github.com/pytorch/pytorch/pull/93104 Approved by: https://github.com/huydhn, https://github.com/seemethere, https://github.com/ZainRizvi
9 lines
173 B
Bash
9 lines
173 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
git clone --branch v1.15 https://github.com/linux-test-project/lcov.git
|
|
pushd lcov
|
|
sudo make install # will be installed in /usr/local/bin/lcov
|
|
popd
|