[revertme] enable cache write, updateglslang

This commit is contained in:
tomikun
2026-04-27 15:17:00 +08:00
parent 45d049afce
commit e763c6ea87

View File

@@ -72,6 +72,11 @@ jobs:
with:
validate-wrappers: false
gradle-version: "8.11"
cache-read-only: false
- name: Update glslang external sources
working-directory: 3rdparty/glslang
run: python update_glslang_sources.py
- name: Run scripts
run: |