From c60fc8ea7b7567e54926ec83769c1da07de662a4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 2 Aug 2025 10:57:53 +0200 Subject: [PATCH] GHA fixup --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index adef3e6ef2..be0468ff8d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -619,7 +619,7 @@ jobs: if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake --install bld --strip else - make install + make -C bld V=1 install fi - name: 'build tests' diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 68a7141013..cdb6de2834 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -457,7 +457,7 @@ jobs: if [ "${MATRIX_BUILD}" = 'cmake' ]; then cmake --install bld --strip else - make install + make -C bld V=1 install fi - name: 'build tests'