Commit 67d3a3d
authored
ci: merge the two apt-get install steps into one (#583)
protobuf-compiler and tippecanoe were installed in separate steps with
separate 'apt-get install' invocations. Merge them into a single step,
and add an explicit 'apt-get update' first for robustness against
stale package indexes on the runner image.
Refs #5761 parent 1370a89 commit 67d3a3d
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments