Skip to content

Commit f423426

Browse files
committed
debug17
1 parent f5b5382 commit f423426

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
python-version: [3.11, 3.12, 3.13, 3.14]
5959

6060
steps:
61-
- name: Install Dumpbin for debug
62-
uses: lorenalexm/install-dumpbin-action@main
6361
- uses: actions/checkout@v2
6462
with:
6563
submodules: true

build_windows.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
git clone https://github.com/Delphier/dumpbin.git
2+
python dumpbin/dumpbin.py
3+
14
mkdir build_dir
25
cd build_dir
36
cmake -S .. -B . -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
@@ -6,7 +9,7 @@ cmake --build . --parallel --config Release
69
move "src\bindings\PyDP\Release\_pydp.*-win_amd64.pyd" "..\src\pydp\"
710
cd ..\src\pydp\
811
ren "_pydp.*-win_amd64.pyd" "_pydp.pyd"
9-
dumpbin /dependents "_pydp.pyd"
12+
dumpbin.exe /dependents "_pydp.pyd"
1013
dir "C:\Program Files\OpenSSL"
1114
dir "C:\Program Files\OpenSSL\bin"
1215
copy "C:\Program Files\OpenSSL\libcrypto*.dll" .

0 commit comments

Comments
 (0)