Commit 258a53f
authored
Install libc++ package on CI images of Ubuntu 24.04 (#420)
This adds a `libc++-18-dev` package to the list of packages installed on a CI image of Ubuntu 24.04.
Swift is now capable of compiling code that uses C++ interop with libc++ on Linux. Having the libc++ package installed provides us with CI coverage of the feature.
This is similar to #402.1 parent 0246d26 commit 258a53f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments