Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium authored Dec 13, 2021
1 parent 1ccc930 commit de49d8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: cmake --build build --verbose

- name: Install
shell: bash
run: |
cmake --install build --prefix openvino
mkdir openvino/thirdparty
move thirdparty/onnx openvino/thirdparty
move build/thirdparty/onnx openvino/thirdparty
move thirdparty/protobuf openvino/thirdparty
move build/thirdparty/protobuf openvino/thirdparty
mkdir openvino/include
cp -R -v thirdparty/onnx/onnx/onnx openvino/include
cp -R -v build/thirdparty/onnx/onnx/onnx openvino/include
cp -R -v thirdparty/protobuf/protobuf/src/* openvino/include
- name: Show
run: ls -R openvino
Expand Down

0 comments on commit de49d8f

Please sign in to comment.