File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,18 @@ jobs:
138138 with :
139139 fetch-depth : 0
140140
141- # - name: Install cmake (non-default version)
142- # if: matrix.cmake_ver != 'default'
143- # run: |
144- # sudo apt-get remove --purge -y cmake
145- # wget https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
146- # chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147- # sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
141+ - name : Install cmake (non-default version)
142+ if : matrix.cmake_ver != 'default'
143+ run : |
144+ sudo apt-get remove --purge -y cmake
145+ wget https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
146+ chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147+ sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
148148
149149 - name : Install TBB apt package
150150 if : matrix.install_tbb == 'OFF'
151151 run : |
152- sudo apt-get remove -y libtbb-dev
152+ sudo apt-get remove --purge - y libtbb-dev
153153
154154 - name : Install oneAPI basekit
155155 if : matrix.compiler.cxx == 'icpx'
You can’t perform that action at this time.
0 commit comments