File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments