Clean cmake on CI
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
CMAKE_VERSION=3.14.7
|
CMAKE_VERSION=3.14.7
|
||||||
curl -sSL https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz | tar xz
|
curl -sSL https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cmake-$CMAKE_VERSION-Linux-x86_64.tar.gz | tar xz
|
||||||
sudo cp -rT cmake-$CMAKE_VERSION-Linux-x86_64 /usr/local
|
sudo cp -rT cmake-$CMAKE_VERSION-Linux-x86_64 /usr/local
|
||||||
|
rm -rf cmake-$CMAKE_VERSION-Linux-x86_64
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade setuptools pip wheel
|
python -m pip install --upgrade setuptools pip wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user