Skip to content

Commit e9083a7

Browse files
committedMar 4, 2025·
ga: disable Windows harder
1 parent a76210b commit e9083a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
os: [macos-latest, ubuntu-latest]
1414
cmake_extra: [""]
1515
name_extra: [""]
16-
include:
17-
- os: windows-latest
18-
cmake_extra: "-T ClangCl"
19-
name_extra: " clang-cl"
16+
# include:
17+
# - os: windows-latest
18+
# cmake_extra: "-T ClangCl"
19+
# name_extra: " clang-cl"
2020
steps:
2121
- name: checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.