From f47840be6a14464fac3f025ed72385bd4afbfcf8 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:27:31 -0700 Subject: [PATCH] build: update ANGLE repository URL to GitHub mirror (#51170) Clone angle from github.com/google/angle in fix-sync action Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Claude --- .github/actions/fix-sync/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/fix-sync/action.yml b/.github/actions/fix-sync/action.yml index 7ac9f2eb4a..b5d7f2949b 100644 --- a/.github/actions/fix-sync/action.yml +++ b/.github/actions/fix-sync/action.yml @@ -133,7 +133,7 @@ runs: run : | cd src/third_party/angle rm -f .git/objects/info/alternates - git remote set-url origin https://chromium.googlesource.com/angle/angle.git + git remote set-url origin https://github.com/google/angle.git cp .git/config .git/config.backup git remote remove origin mv .git/config.backup .git/config