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 c58eafc commit f53e8e5Copy full SHA for f53e8e5
.github/workflows/build.yml
@@ -247,7 +247,7 @@ jobs:
247
run: |
248
wget https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-linux-x86_64.tar.gz
249
tar xvfz cmake-3.31.10-linux-x86_64.tar.gz
250
- cp cmake-3.31.10-linux-x86_64/bin/* /usr/bin/
+ cp -r cmake-3.31.10-linux-x86_64/* /usr/
251
252
- uses: actions/checkout@v2
253
with:
@@ -347,7 +347,7 @@ jobs:
347
348
349
350
351
352
353
0 commit comments