Update dynamic_arch.yml
This commit is contained in:
parent
4318ef2eed
commit
d992808da9
|
@ -143,6 +143,7 @@ jobs:
|
|||
;;
|
||||
"cmake")
|
||||
cd build && ctest
|
||||
cd build && ctest --rerun-failed --output-on-failure
|
||||
;;
|
||||
*)
|
||||
echo "::error::Configuration not supported"
|
||||
|
@ -213,6 +214,7 @@ jobs:
|
|||
|
||||
env:
|
||||
CHERE_INVOKING: 1
|
||||
OPENBLAS_VERBOSE: 2
|
||||
|
||||
steps:
|
||||
- name: Get CPU name
|
||||
|
|
Loading…
Reference in New Issue