Skip to content

Commit c5bed33

Browse files
committed
debug it
1 parent a358fe4 commit c5bed33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ jobs:
785785
- name: Symbol check
786786
if: ${{ matrix.configuration.cmake_options != '-A x64 -DBUILD_SHARED_LIBS=OFF' }}
787787
run: |
788-
choco install --yes --no-progress python3
789-
refreshenv
788+
dir build\bin
789+
dir build\bin\RelWithDebInfo
790790
python -m pip install lief
791791
python .\tools\symbol-check.py build\bin\RelWithDebInfo\libsecp256k1-*.dll
792792

0 commit comments

Comments
 (0)