[NPU pipeline] update cmake usage of pipeline (#12320)

This commit is contained in:
Ruonan Wang 2024-11-04 10:30:03 +08:00 committed by GitHub
parent c8679ad592
commit 8fe01c9e4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |