ci: Bump up versions and fix linting

This commit is contained in:
Martin Rys
2025-09-12 08:08:44 +02:00
committed by Martin
parent 797c8ca9eb
commit 3573584192
2 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
# https://github.com/jtojnar/cmake-snips
#
# Modelled after Pythons os.path.join
# https://docs.python.org/3.7/library/os.path.html#os.path.join
# https://docs.python.org/3.13/library/os.path.html#os.path.join
# Windows not supported
function(join_paths joined_path first_path_segment)
set(temp_path "${first_path_segment}")