[NPU pipeline] update cmake usage of pipeline (#12320)
This commit is contained in:
parent
c8679ad592
commit
8fe01c9e4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/llm-binary-build.yml
vendored
2
.github/workflows/llm-binary-build.yml
vendored
|
|
@ -483,7 +483,7 @@ jobs:
|
|||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --config Release -j
|
||||
cmake --build . --config Release -t pipeline
|
||||
- name: Move release binary
|
||||
shell: powershell
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue