We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e84b1 commit bc1f379Copy full SHA for bc1f379
.github/workflows/reusable_basic.yml
@@ -141,9 +141,10 @@ jobs:
141
- name: Install cmake (non-default version)
142
if: matrix.cmake_ver != 'default'
143
run: |
144
- sudo apt-get remove --purge -y cmake
+ sudo su
145
+ apt-get remove --purge -y cmake
146
wget https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
- sudo chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147
+ chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
148
./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
149
150
- name: Uninstall TBB apt package
0 commit comments