Skip to content

Commit 7b1ccab

Browse files
committed
[revertme] enable cache write, updateglslang
1 parent 5ec6578 commit 7b1ccab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
with:
7373
validate-wrappers: false
7474
gradle-version: "8.11"
75+
cache-read-only: false
76+
77+
- name: Update glslang external sources
78+
working-directory: 3rdparty/glslang
79+
run: python update_glslang_sources.py
7580

7681
- name: Run scripts
7782
run: |

0 commit comments

Comments
 (0)