Skip to content

Commit 156d4ed

Browse files
committed
.
1 parent 253b428 commit 156d4ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)