diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ea38c048..039c8c9a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: cd build/src/RelWithDebInfo && file *tests.exe bench*.exe libsecp256k1-*.dll || true - name: Symbol check + if: ${{ matrix.configuration.cmake_options != '-A x64 -DBUILD_SHARED_LIBS=OFF' }} run: | choco install --yes --no-progress python3 refreshenv