Rebase and squash (#35567)

Signed-off-by: Xiaocheng Hu <xiaochengh.work@gmail.com>
This commit is contained in:
Xiaocheng Hu 2025-02-21 19:54:25 +08:00 committed by GitHub
parent 1192ae32b0
commit 2b0d2ecc73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 32 additions and 19 deletions

View file

@ -57,7 +57,7 @@ jobs:
- name: Bootstrap dependencies
run: |
sudo apt update
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers fonts-noto-cjk
./mach bootstrap --skip-lints
- name: Sync from upstream WPT
if: ${{ inputs.wpt-sync-from-upstream }}