Skip to content

Commit

Permalink
try windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmthompson committed Jun 22, 2024
1 parent 6a831a2 commit 0742f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
include:
- {"os": ubuntu-latest, short: linux, compiler: gcc, shell: bash}
#- {"os": ubuntu-latest, short: linux, compiler: gcc, shell: bash}
#- {"os": ubuntu-latest, short: linux, compiler: clang, shell: bash}
#- {"os": windows-latest, short: windows, compiler: gcc, shell: msys2}
#- {"os": windows-latest, short: windows, compiler: clang, shell: msys2}
#- {"os": windows-latest, short: windows, compiler: msvc, shell: powershell}
- {"os": windows-latest, short: windows, compiler: msvc, shell: powershell}

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 0742f5a

Please sign in to comment.