We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020ee60 commit f67b0acCopy full SHA for f67b0ac
.github/workflows/ci.yml
@@ -652,10 +652,11 @@ jobs:
652
653
- name: Symbol check
654
if: ${{ matrix.configuration.symbol_check }}
655
+ shell: bash
656
run: |
657
py -3 --version
658
py -3 -m pip install lief
- py -3 .\tools\symbol-check.py build\bin\RelWithDebInfo\libsecp256k1-5.dll
659
+ py -3 ./tools/symbol-check.py build/bin/RelWithDebInfo/libsecp256k1-*.dll
660
661
- name: Check
662
ci/ci.sh
@@ -113,7 +113,7 @@ then
113
case "$HOST" in
114
*mingw*)
115
ls -l .libs
116
- python3 ./tools/symbol-check.py .libs/libsecp256k1-5.dll
+ python3 ./tools/symbol-check.py .libs/libsecp256k1-*.dll
117
;;
118
*)
119
python3 ./tools/symbol-check.py .libs/libsecp256k1.so
0 commit comments