Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] [GHA] Transfer Linux and Windows workflows from Azure to GitHub Actions #904

Merged
merged 21 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use quotes
akashchi committed Apr 22, 2024
commit 371de19dc9596650ef721f1e809bcafc49566630
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ jobs:

- name: CMake configure - OpenVINO Contrib
run: |
$env:OpenCV_DIR=C:/tools/opencv/build
$env:OpenCV_DIR="C:/tools/opencv/build"
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
cmake -GNinja `
-DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} `