Update build-angle.yml

This commit is contained in:
Izzy
2025-12-07 18:53:28 -05:00
committed by GitHub
parent a2a0ed1ce2
commit 0227b60d14
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
text = [line for line in text if not line.strip().startswith("target_os")]
text.append("target_os = ['android']")
gclient.write_text("\n".join(text) + "\n")
PY
PY
- name: Sync ANGLE dependencies (Android)
run: |