Skip to content

Commit cd42ec1

Browse files
committed
specify with_arm
1 parent 514a871 commit cd42ec1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/paddle-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- { name: openblas, os: ubuntu-22.04, cmake_flags: "-DWITH_MKL=OFF" }
2424
- { name: mkldnn, os: ubuntu-22.04, cmake_flags: "-DWITH_MKL=ON" }
2525
- { name: openvino, os: ubuntu-22.04, cmake_flags: "-DWITH_MKL=ON -DWITH_OPENVINO=ON" }
26-
- { name: openblas, os: ubuntu-22.04-arm, cmake_flags: "-DWITH_MKL=OFF" }
27-
- { name: openblas, os: macos-13, cmake_flags: "-DWITH_MKL=OFF" }
28-
- { name: openblas, os: macos-15, cmake_flags: "-DWITH_MKL=OFF" }
26+
- { name: openblas, os: ubuntu-22.04-arm, cmake_flags: "-DWITH_ARM" }
27+
- { name: openblas, os: macos-13, cmake_flags: "" }
28+
- { name: openblas, os: macos-15, cmake_flags: "-DWITH_ARM" }
2929
steps:
3030
- name: Setup dependencies
3131
shell: bash

0 commit comments

Comments
 (0)