Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 4, 2024
1 parent 4fcbeb6 commit 5ce85eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/groestlcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5ce85eb

Please sign in to comment.