fix workflow again (#12406)

* fix again

* fix name
This commit is contained in:
Ruonan Wang 2024-11-15 11:01:35 +08:00 committed by GitHub
parent d1cde7fac4
commit fcc0fa7316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -477,12 +477,12 @@ jobs:
- name: Add cmake to PATH - name: Add cmake to PATH
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
- name: Build binary - name: Build binary
shell: powershell shell: cmd
run: | run: |
call "C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.bat"
cd bigdl-core-npu-level0 cd bigdl-core-npu-level0
mkdir build mkdir build
cd build cd build
"C:\Program Files (x86)\Intel\openvino_2024.4.0\setupvars.ps1"
cmake .. cmake ..
cmake --build . --config Release -t pipeline cmake --build . --config Release -t pipeline
- name: Move release binary - name: Move release binary