diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9882f8b7d4c05..eadaad3431712 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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