Commit 966df30
committed
Fix Ubuntu 24.04 system dependencies
- Replace obsolete libgl1-mesa-glx with libgl1-mesa-dri for Ubuntu 24.04
- Add fallback mechanism to handle both Ubuntu 22.04 and 24.04 package names
- Update condition from startsWith(matrix.os, 'ubuntu') to runner.os == 'Linux'
- Add libgcc-s1 for better compatibility
Fixes: Package 'libgl1-mesa-glx' has no installation candidate error1 parent 74e310c commit 966df30
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
92 | 102 | | |
93 | 103 | | |
94 | 104 | | |
| |||
0 commit comments