diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bc83b1c0..727e3753 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,9 +13,9 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] package: [atchops, atclient] - exclude: - - os: windows-latest # this is failing for some reason - package: atchops + # exclude: + # - os: windows-latest # this is failing for some reason + # package: atchops steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 # - name: CMake Configure, Make Install, and CTest