Skip to content

Commit

Permalink
ga: disable Windows harder
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 4, 2025
1 parent a76210b commit e9083a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
os: [macos-latest, ubuntu-latest]
cmake_extra: [""]
name_extra: [""]
include:
- os: windows-latest
cmake_extra: "-T ClangCl"
name_extra: " clang-cl"
# include:
# - os: windows-latest
# cmake_extra: "-T ClangCl"
# name_extra: " clang-cl"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e9083a7

Please sign in to comment.