Skip to content

Commit 31f44d6

Browse files
committed
debug21
1 parent 5867bb5 commit 31f44d6

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969

70-
- name: Setup msbuild Windows
71-
if: runner.os == 'Windows'
72-
uses: microsoft/[email protected]
70+
- name: Set up MSVC environment # for debug
71+
uses: ilammy/msvc-dev-cmd@v1
72+
73+
# - name: Setup msbuild Windows
74+
# if: runner.os == 'Windows'
75+
# uses: microsoft/[email protected]
7376

7477
- name: Fix Paths Windows
7578
# Make sure that tar.exe from Git is used not from Windows

build_windows.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
git clone https://github.com/Delphier/dumpbin.git
2-
echo Y| python dumpbin/dumpbin.py
3-
dumpbin.exe /exports *.dll
1+
@REM git clone https://github.com/Delphier/dumpbin.git
2+
@REM echo Y| python dumpbin/dumpbin.py
3+
@REM dumpbin.exe /exports *.dll
44

55
mkdir build_dir
66
cd build_dir

0 commit comments

Comments
 (0)