From a1c1dfb30bd9590dda3b2d308b66dadf252e515a Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 27 Mar 2024 23:21:32 +0900 Subject: [PATCH] Use alpine:latest instead of alpine:edge (currently broken) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7bdac61f..b6cc470b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ jobs: test_musl_gcc: name: "Test with with GCC/musl/libstdc++/BFD on Alpine Linux" runs-on: ubuntu-latest - container: alpine:edge + container: alpine:latest steps: - run: echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories - run: apk --no-cache add git g++ binutils pkgconf meson ninja musl-dev gtk+3.0-dev gtkmm3-dev wayland-protocols wayfire-dev gtk-layer-shell-dev pulseaudio-dev libdbusmenu-gtk3-dev alsa-lib-dev