mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
ci: use alpine/latest instead of alpine/edge
Right now alpine/edge has a broken gcovr package. We don't need the bleeding edge so let's switch to alpine/latest for stability.
This commit is contained in:
parent
29a06add8e
commit
15f6ce7832
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: alpine/edge
|
image: alpine/latest
|
||||||
packages:
|
packages:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
Loading…
Reference in a new issue