Skip to content

Commit

Permalink
fixup! ci: Test CMake edge cases
Browse files Browse the repository at this point in the history
A workaround for a bug fixed in bitcoin#29963
  • Loading branch information
hebasto committed May 2, 2024
1 parent 107bdf8 commit 729632c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Expand Up @@ -358,11 +358,8 @@ jobs:

- name: Build depends
working-directory: depends
env:
CC: ${{ matrix.host.c_compiler }}
CXX: ${{ matrix.host.cxx_compiler }}
run: |
make -j$(nproc) HOST=${{ matrix.host.triplet }} ${{ matrix.host.depends_options }} LOG=1
make -j$(nproc) HOST=${{ matrix.host.triplet }} CC="${{ matrix.host.c_compiler }}" CXX="${{ matrix.host.cxx_compiler }}" ${{ matrix.host.depends_options }} LOG=1
- name: Restore Ccache cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 729632c

Please sign in to comment.