Skip to content

Commit ca60664

Browse files
committed
.
1 parent 1623742 commit ca60664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ jobs:
186186
run: |
187187
sudo apt purge cmake
188188
cd "${{ runner.temp }}"
189-
wget https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-linux-x86_64.sh -O install_cmake.sh
189+
wget https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-linux-x86_64.sh -O install_cmake.sh --no-verbose
190190
chmod +x install_cmake.sh
191-
./install_cmake.sh --prefix=/usr --skip-license
191+
sudo ./install_cmake.sh --prefix=/usr --skip-license
192192
193193
- name: Build native lib (${{matrix.os}}-${{matrix.arch}})
194194
shell: pwsh

0 commit comments

Comments
 (0)