Skip to content

Commit

Permalink
.github/workflows/windows.yml: remove proxy plugin and some framework…
Browse files Browse the repository at this point in the history
… frontends
  • Loading branch information
WolframRhodium authored May 14, 2024
1 parent 09c064e commit 934447c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
-D ENABLE_INTEL_CPU=ON -D THREADING=TBB
-D ENABLE_INTEL_GPU=ON -D ENABLE_ONEDNN_FOR_GPU=ON
-D ENABLE_INTEL_NPU=ON
-D ENABLE_MULTI=ON -D ENABLE_AUTO=ON -D ENABLE_AUTO_BATCH=ON -D ENABLE_HETERO=ON -D ENABLE_TEMPLATE=OFF
-D ENABLE_OV_ONNX_FRONTEND=ON -D ENABLE_OV_TF_FRONTEND=ON -D ENABLE_OV_PADDLE_FRONTEND=OFF
-D ENABLE_MULTI=ON -D ENABLE_AUTO=ON -D ENABLE_AUTO_BATCH=ON -D ENABLE_HETERO=ON -D ENABLE_TEMPLATE=OFF -D ENABLE_PROXY=OFF
-D ENABLE_OV_ONNX_FRONTEND=ON -D ENABLE_OV_TF_FRONTEND=OFF -D ENABLE_OV_PADDLE_FRONTEND=OFF -D ENABLE_OV_IR_FRONTEND=OFF -D ENABLE_OV_PYTORCH_FRONTEND=OFF -D ENABLE_OV_TF_LITE_FRONTEND=OFF

- name: Build
run: cmake --build build --verbose
Expand Down

0 comments on commit 934447c

Please sign in to comment.