Skip to content

Commit

Permalink
ci: attempt to fix windows webrtc builds
Browse files Browse the repository at this point in the history
no idea why this only occurs on Windows, or why it only started
appearing now. let's see if this fixes things
  • Loading branch information
nbsp committed Dec 13, 2024
1 parent bcbc7d8 commit 8960273
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 8960273

Please sign in to comment.