Commit 24878c1
committed
fix(Windows): force Unity cache invalidation for UwbWebView compilation
The code in commit 749e700 is CORRECT, but Unity's Library cache in GitHub
Actions contains an old compiled version causing:
error CS0029: Cannot implicitly convert type '(bool, bool)' to 'int'
This commit adds a comment to force file modification timestamp update,
which will trigger Unity recompilation and bypass the stale cache.
Root cause: GitHub Actions caches Library/ folder which contains compiled
assemblies. When code changes but cache key doesn't, old compiled code persists.1 parent 749e700 commit 24878c1
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments