Skip to content

Commit

Permalink
Fix for msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Mar 7, 2024
1 parent 472efc5 commit f453ca9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
- uses: actions/setup-python@v5
with:
python-version: '3.x'
Expand All @@ -33,6 +34,3 @@ jobs:
- name: dotnet
run: |
msbuild dotnet\rubberband.sln /t:Restore;Build
- name: single
run: |
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 comments on commit f453ca9

Please sign in to comment.