Skip to content

Commit 339ed85

Browse files
committed
Disable CI for Windows until further investigation of failure
1 parent 490c5e2 commit 339ed85

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/general.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,11 @@ jobs:
110110
os: macOS-latest
111111
rust: stable
112112
target: x86_64-apple-darwin
113-
- build: win-msvc
114-
os: windows-2019
115-
rust: stable
116-
target: x86_64-pc-windows-msvc
113+
# FIXME: Re-enable CI for Windows: https://github.com/nbigaouette/onnxruntime-rs/issues/43
114+
# - build: win-msvc
115+
# os: windows-2019
116+
# rust: stable
117+
# target: x86_64-pc-windows-msvc
117118
# - build: win-msvc
118119
# os: windows-2019
119120
# rust: stable

0 commit comments

Comments
 (0)