Commit 2a1a970
ci(audience): install git-lfs on linux runner before checkout (SDK-340)
- Linux pre-checkout step apt-installs git and git-lfs if missing.
- imx-sdkbuild lacked git-lfs, so actions/checkout@v4 with lfs: true
failed with exit 128: "Unable to locate executable file: git-lfs".
- Idempotent: skips install when both binaries already on PATH.
- Mirrors the Unity Hub install pattern; relies on passwordless sudo
for the runner user.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c9d3ddb commit 2a1a970
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
139 | 159 | | |
140 | 160 | | |
141 | 161 | | |
| |||
0 commit comments