Skip to content

Commit 3a7f701

Browse files
committed
[C++] Remove Windows build for now
1 parent 35b1613 commit 3a7f701

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,3 @@ jobs:
168168
sudo xcode-select -switch /Applications/Xcode_${{ matrix.version }}.app
169169
- name: Build
170170
run: ./cppbuild/cppbuild
171-
172-
cpp-msvc-build:
173-
name: C++ MSVC (Windows)
174-
runs-on: windows-latest
175-
strategy:
176-
fail-fast: false
177-
env:
178-
CC: cl
179-
CXX: cl
180-
steps:
181-
- name: Checkout code
182-
uses: actions/checkout@v2
183-
- name: Build
184-
run: cppbuild/cppbuild.cmd

0 commit comments

Comments
 (0)