Skip to content

Commit

Permalink
ci: attempt to fix windows webrtc builds (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Dec 14, 2024
1 parent b511e55 commit 2034345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc-sys/libwebrtc/build_windows.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set ARTIFACTS_DIR=%cd%\win-!arch!-!profile!
set vs2019_install=C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional

if not exist src (
call gclient.bat sync -D --no-history
call gclient.bat sync -D --with_branch_heads --with_tags
)

cd src
Expand Down

0 comments on commit 2034345

Please sign in to comment.