Skip to content

Commit 69cf743

Browse files
committed
.
1 parent 156d4ed commit 69cf743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: matrix.cmake_ver != 'default'
143143
run: |
144144
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
145+
curl -L -o https://github.com/Kitware/CMake/releases/download/v${{matrix.cmake_ver}}/cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
146146
chmod +x cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh
147147
sudo ./cmake-${{matrix.cmake_ver}}-Linux-x86_64.sh --skip-license --prefix=/usr/local
148148

0 commit comments

Comments
 (0)