Skip to content

Commit f6a6897

Browse files
committed
why does exclude not exclude?
1 parent 5d7a2fa commit f6a6897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest]
26+
#os: [ubuntu-latest, windows-latest]
27+
os: [windows-latest]
2728
build_type: [Release]
2829
c_compiler: [gcc, clang, cl]
2930
cpp_compiler: [g++, clang++, cl]

0 commit comments

Comments
 (0)