Skip to content

Commit

Permalink
Merge pull request #507 from mmuetzel/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis authored Nov 7, 2023
2 parents f517f4b + 2640bf1 commit fb2ff55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-arch-emu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
m4
gmp-dev
mpfr-dev
openblas-dev
lapack-dev
valgrind
- name: prepare ccache
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_Fortran_COMPILER_LAUNCHER="ccache" \
-DBLA_VENDOR="OpenBLAS" \
-DBLA_VENDOR="Generic" \
-DCOMPACT=ON \
..
echo "::endgroup::"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
printf "::group::\033[0;32m==>\033[0m Configuring example\n"
cmake \
-DCMAKE_PREFIX_PATH="${GITHUB_WORKSPACE}/lib/cmake" \
-DBLA_VENDOR="OpenBLAS" \
-DBLA_VENDOR="Generic" \
..
echo "::endgroup::"
printf "::group::\033[0;32m==>\033[0m Building example\n"
Expand Down

0 comments on commit fb2ff55

Please sign in to comment.