Skip to content

Commit

Permalink
cmake, ci: Skip miniupnpc package in depends
Browse files Browse the repository at this point in the history
This change fixes CI jobs as the `miniupnpc` source archive is not
available neither at https://miniupnp.tuxfamily.org nor at
https://bitcoincore.org/depends-sources at this moment.
  • Loading branch information
hebasto committed May 22, 2024
1 parent 80620ae commit 384b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
- name: Build depends
working-directory: depends
run: |
make -j$(nproc) HOST=${{ matrix.host.triplet }} CC="${{ matrix.host.c_compiler }}" CXX="${{ matrix.host.cxx_compiler }}" ${{ 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 NO_UPNP=1
- name: Restore Ccache cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 384b44e

Please sign in to comment.