Commit 3b56be0
fix(ci): use linux-il2cpp image, no base tag exists for Unity 6
The ubuntu-6000.0.73f1-base-3 tag does not exist. Only platform-specific
images are published for Unity 6000.0.73f1: android, webgl, linux-il2cpp,
mac-mono. Switch to ubuntu-6000.0.73f1-linux-il2cpp-3.2.2, which includes
the full editor with all managed DLLs.
Also add mkdir -p lib before docker cp since the cache step may not have
restored the directory on a cache miss.
https://claude.ai/code/session_01N4YoJdJc2JDaoAbk5Nt8vf1 parent 769c27f commit 3b56be0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments