Skip to content

Commit a2e5722

Browse files
committed
fix windows ci
1 parent fec5ac6 commit a2e5722

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
dep: "brew update && brew install cocoapods xcodegen"
3232
- cmd: ".\\scripts\\setup_windows.bat \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\\lib.exe\" && cd example\\winApp && msbuild winApp.vcxproj /t:Build /p:Configuration=Release /p:Platform=x64"
3333
os: windows-latest
34-
dep: "dir \"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.43.34808\\bin\\Hostx64\\x64\\lib.exe\""
3534
runs-on: ${{ matrix.os }}
3635
permissions:
3736
pull-requests: write

scripts/setup_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc.dll libs\windows\
1111
copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc.def libs\windows\x64\ && ^
1212
copy /Y kmp-webrtc\build\bin\mingwX64\releaseShared\kmp_webrtc_api.h libs\windows\x64\ && ^
1313
cd kmp-webrtc\build\bin\mingwX64\releaseShared && ^
14-
%LIB_EXE% /def:kmp_webrtc.def /machine:x64 /out:kmp_webrtc.lib && ^
14+
"%LIB_EXE%" /def:kmp_webrtc.def /machine:x64 /out:kmp_webrtc.lib && ^
1515
copy /Y kmp_webrtc.lib ..\..\..\..\..\libs\windows\x64\

0 commit comments

Comments
 (0)