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 156d4ed commit 69cf743Copy full SHA for 69cf743
.github/workflows/reusable_basic.yml
@@ -142,7 +142,7 @@ jobs:
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
+ curl -L -o 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
148
0 commit comments