Skip to content

Commit f53e8e5

Browse files
try fix cmake
1 parent c58eafc commit f53e8e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
run: |
248248
wget https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-linux-x86_64.tar.gz
249249
tar xvfz cmake-3.31.10-linux-x86_64.tar.gz
250-
cp cmake-3.31.10-linux-x86_64/bin/* /usr/bin/
250+
cp -r cmake-3.31.10-linux-x86_64/* /usr/
251251
252252
- uses: actions/checkout@v2
253253
with:
@@ -347,7 +347,7 @@ jobs:
347347
run: |
348348
wget https://github.com/Kitware/CMake/releases/download/v3.31.10/cmake-3.31.10-linux-x86_64.tar.gz
349349
tar xvfz cmake-3.31.10-linux-x86_64.tar.gz
350-
cp cmake-3.31.10-linux-x86_64/bin/* /usr/bin/
350+
cp -r cmake-3.31.10-linux-x86_64/* /usr/
351351
352352
- uses: actions/checkout@v2
353353
with:

0 commit comments

Comments
 (0)