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 5867bb5 commit 31f44d6Copy full SHA for 31f44d6
2 files changed
.github/workflows/tests.yml
@@ -67,9 +67,12 @@ jobs:
67
with:
68
python-version: ${{ matrix.python-version }}
69
70
- - name: Setup msbuild Windows
71
- if: runner.os == 'Windows'
72
- uses: microsoft/[email protected]
+ - name: Set up MSVC environment # for debug
+ uses: ilammy/msvc-dev-cmd@v1
+
73
+# - name: Setup msbuild Windows
74
+# if: runner.os == 'Windows'
75
+# uses: microsoft/[email protected]
76
77
- name: Fix Paths Windows
78
# Make sure that tar.exe from Git is used not from Windows
build_windows.cmd
@@ -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
+@REM git clone https://github.com/Delphier/dumpbin.git
+@REM echo Y| python dumpbin/dumpbin.py
+@REM dumpbin.exe /exports *.dll
4
5
mkdir build_dir
6
cd build_dir
0 commit comments