Skip to content

Commit d94e9fc

Browse files
committed
Drop required CMake version to support Github Actions runner
1 parent 79fb6dd commit d94e9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.31.8)
1+
cmake_minimum_required(VERSION 3.31.6)
22
project(foo_openlyrics_cmake)
33

44
set(CMAKE_DEBUG_POSTFIX "")

0 commit comments

Comments
 (0)