From a43ca224a3e5ee29d5a1016713ee7afb1b9eb570 Mon Sep 17 00:00:00 2001 From: AOYAMA Kazuharu Date: Sun, 10 Nov 2024 12:03:06 +0900 Subject: [PATCH] updated --- .github/workflows/actions.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 70bd044..5eb6ef5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,6 +18,8 @@ jobs: qmake CONFIG+=release make - name: tests + env: + PKG_CONFIG_PATH: /opt/homebrew/opt/openblas/lib/pkgconfig run: | ./cpi tests/helloworld.cpp ./cpi tests/sqrt.cpp 7 @@ -25,7 +27,7 @@ jobs: ./cpi tests/unique_ptr.cpp ./cpi tests/optional.cpp ./cpi tests/if_initializer.cpp - ./cpi test/dgemm.cpp + ./cpi tests/dgemm.cpp - name: error tests run: | ./cpi tests/error_code.cpp @@ -54,7 +56,7 @@ jobs: ./cpi tests/if_initializer.cpp ./cpi tests/ranges.cpp ./cpi tests/concept_add.cpp - ./cpi test/dgemm.cpp + ./cpi tests/dgemm.cpp - name: error tests run: | ./cpi tests/error_code.cpp @@ -81,7 +83,7 @@ jobs: ./cpi tests/unique_ptr.cpp ./cpi tests/optional.cpp ./cpi tests/if_initializer.cpp - ./cpi test/dgemm.cpp + ./cpi tests/dgemm.cpp - name: error tests run: | ./cpi tests/error_code.cpp @@ -109,7 +111,7 @@ jobs: ./cpi tests/if_initializer.cpp ./cpi tests/ranges.cpp ./cpi tests/concept_add.cpp - ./cpi test/dgemm.cpp + ./cpi tests/dgemm.cpp - name: error tests run: | ./cpi tests/error_code.cpp @@ -136,7 +138,7 @@ jobs: ./cpi tests/unique_ptr.cpp ./cpi tests/optional.cpp ./cpi tests/if_initializer.cpp - ./cpi test/dgemm.cpp + ./cpi tests/dgemm.cpp - name: error tests run: | ./cpi tests/error_code.cpp