We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2187e7 commit c534edbCopy full SHA for c534edb
.github/workflows/cmake-multi-platform.yml
@@ -52,6 +52,16 @@ jobs:
52
with:
53
version: 6.2.*
54
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
62
+ sudo apt-get install cmake
63
+ hash -r
64
65
- name: Configure CMake
66
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
67
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments