Skip to content

Commit

Permalink
debug it
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 16, 2024
1 parent a358fe4 commit c5bed33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ jobs:
- name: Symbol check
if: ${{ matrix.configuration.cmake_options != '-A x64 -DBUILD_SHARED_LIBS=OFF' }}
run: |
choco install --yes --no-progress python3
refreshenv
dir build\bin
dir build\bin\RelWithDebInfo
python -m pip install lief
python .\tools\symbol-check.py build\bin\RelWithDebInfo\libsecp256k1-*.dll
Expand Down

0 comments on commit c5bed33

Please sign in to comment.