Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfr-KY authored Dec 20, 2024
1 parent f8f6847 commit 20de90c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20de90c

Please sign in to comment.