Merge branch 'main' into dev

This commit is contained in:
youmetme
2024-11-03 11:46:06 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: test on Windows
on:
push:
branches: ["main","dev"]
pull_request:
branches: ["main"]

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.28...3.30)
project(logging)
if(MSVC)