diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 7e325b6..7cafda0 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -61,15 +61,6 @@ jobs: key: "${{ github.job }}-${{ matrix.os }}-${{ matrix.architecture }}-${{ matrix.device }}" verbose: 2 - - name: Test - run: | - wget https://github.com/Kitware/CMake/releases/download/v3.28.0/cmake-3.28.0-Linux-x86_64.sh -q -O /tmp/cmake-install.sh && \ - chmod u+x /tmp/cmake-install.sh && \ - mkdir /opt/cmake-3.28.0 && \ - /tmp/cmake-install.sh --skip-license --prefix=/opt/cmake-3.28.0 && \ - rm /tmp/cmake-install.sh && \ - ln -s /opt/cmake-3.28.0/bin/* /usr/local/bin - - name: Install CUDA toolkit if: ${{ matrix.device == 'cuda' }} uses: Jimver/cuda-toolkit@v0.2.19