Skip to content

Commit eec02b6

Browse files
committed
.
1 parent 69cf743 commit eec02b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
if: matrix.cmake_ver != 'default'
143143
run: |
144144
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
145+
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
146147
chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147148
sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
148149

0 commit comments

Comments
 (0)