Skip to content

Commit

Permalink
why does exclude not exclude?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Jan 1, 2025
1 parent 5d7a2fa commit f6a6897
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
os: [windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
cpp_compiler: [g++, clang++, cl]
Expand Down

0 comments on commit f6a6897

Please sign in to comment.