Commit dc00e2d
committed
CI: speed up gcc and clang-format Ubuntu runs
This is an attempt to speed up the gcc and clang-format CI jobs on the
Ubuntu runner, which spends between 2 and 3 minutes on apt-get update and
apt-get install.
Without apt-get update, the installation of the dependencies (ccache, z3,
clang-format) now takes 20 seconds.1 parent 564222c commit dc00e2d
File tree
2 files changed
+4
-4
lines changed- .github/workflows
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments