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 69cf743 commit eec02b6Copy full SHA for eec02b6
.github/workflows/reusable_basic.yml
@@ -142,7 +142,8 @@ jobs:
142
if: matrix.cmake_ver != 'default'
143
run: |
144
sudo apt-get remove --purge -y cmake
145
- curl -L -o https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
+ sudo apt-get update
146
+ wget https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147
chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
148
sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
149
0 commit comments