Skip to content

Commit

Permalink
remove windows cpp build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Aug 16, 2023
1 parent a272070 commit b18316e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,3 @@ jobs:
mkdir build && pushd build
cmake ../cpp_version
make && ctest --output-on-failure
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build
shell: cmd
run: |
cmake cpp_version
cmake --build . --config Release
ctest -C Release --output-on-failure

0 comments on commit b18316e

Please sign in to comment.