Skip to content

Commit f453ca9

Browse files
committed
Fix for msbuild
1 parent 472efc5 commit f453ca9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/windows.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: microsoft/setup-msbuild@v2
1213
- uses: actions/setup-python@v5
1314
with:
1415
python-version: '3.x'
@@ -33,6 +34,3 @@ jobs:
3334
- name: dotnet
3435
run: |
3536
msbuild dotnet\rubberband.sln /t:Restore;Build
36-
- name: single
37-
run: |
38-
cl main\main.cpp single\RubberBandSingle.cpp .\src\ext\getopt\getopt.c src\ext\getopt\getopt_long.c "C:\Program Files\libsndfile\lib\sndfile.lib" /O2 /std:c++14 /D_USE_MATH_DEFINES /DNOMINMAX /EHs /I"C:\Program Files\libsndfile\include" /link /out:test_single.exe

0 commit comments

Comments
 (0)