Skip to content

Commit

Permalink
[NPU pipeline] update cmake usage of pipeline (#12320)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwang04 authored Nov 4, 2024
1 parent c8679ad commit 8fe01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8fe01c9

Please sign in to comment.