From 5ce85eb6369fb85d6ba1372e01bdb4023ef354ec Mon Sep 17 00:00:00 2001 From: gruve-p Date: Wed, 4 Sep 2024 15:14:00 +0200 Subject: [PATCH] Fix ci --- .github/workflows/groestlcoin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/groestlcoin.yml b/.github/workflows/groestlcoin.yml index 083de32d7e93c..3277b2f3ae313 100644 --- a/.github/workflows/groestlcoin.yml +++ b/.github/workflows/groestlcoin.yml @@ -183,7 +183,9 @@ jobs: - name: Build Groestlcoin run: | - cmake -B build --toolchain `pwd`/depends/${{ matrix.host }}/toolchain.cmake -DREDUCE_EXPORTS=ON + cmake -B ${{ matrix.goal }} --toolchain `pwd`/depends/${{ matrix.host }}/toolchain.cmake -DREDUCE_EXPORTS=ON + cmake --build ${{ matrix.goal }} -j $CMAKEJOBS + cmake --install ${{ matrix.goal }} --prefix `pwd`/depends/${{ matrix.host }} - name: Check security if: ${{ matrix.check-security }}