Skip to content

Commit c534edb

Browse files
committed
cmake fix
1 parent f2187e7 commit c534edb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ jobs:
5252
with:
5353
version: 6.2.*
5454

55+
- name: Remove cmake 3.20.5
56+
run: |
57+
CMAKE=$(which cmake)
58+
sudo rm $CMAKE
59+
60+
- name: install cmake 3.16
61+
run: |
62+
sudo apt-get install cmake
63+
hash -r
64+
5565
- name: Configure CMake
5666
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5767
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)