Skip to content

Commit 2dca4ee

Browse files
committed
Reactivate Windows target
1 parent 9bc0a49 commit 2dca4ee

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/general.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,17 @@ jobs:
100100
os: [
101101
ubuntu-latest,
102102
macos-latest,
103-
# FIXME: Re-enable CI for Windows: https://github.com/nbigaouette/onnxruntime-rs/issues/43
104-
# windows-latest
103+
windows-latest
105104
]
106105
include:
107106
- os: ubuntu-latest
108107
target: x86_64-unknown-linux-gnu
109108
- os: macos-latest
110109
target: x86_64-apple-darwin
111-
# FIXME: Re-enable CI for Windows: https://github.com/nbigaouette/onnxruntime-rs/issues/43
112-
# - os: windows-latest
113-
# target: x86_64-pc-windows-msvc
114-
# - os: windows-latest
115-
# target: i686-pc-windows-msvc
110+
- os: windows-latest
111+
target: x86_64-pc-windows-msvc
112+
- os: windows-latest
113+
target: i686-pc-windows-msvc
116114
env:
117115
CARGO_BUILD_TARGET: ${{ matrix.target }}
118116
steps:

0 commit comments

Comments
 (0)