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 1623742 commit ca60664Copy full SHA for ca60664
.github/workflows/nuget-publish.yml
@@ -186,9 +186,9 @@ jobs:
186
run: |
187
sudo apt purge cmake
188
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
+ 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
190
chmod +x install_cmake.sh
191
- ./install_cmake.sh --prefix=/usr --skip-license
+ sudo ./install_cmake.sh --prefix=/usr --skip-license
192
193
- name: Build native lib (${{matrix.os}}-${{matrix.arch}})
194
shell: pwsh
0 commit comments