From 70cab55589850a226522395b4638f1dbbb69e071 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 23 Jan 2024 15:26:25 +0000 Subject: [PATCH] ci: Add new argument to apk Breaking the CI is definitely one way to make me care about your platform, Alpine. --- .github/workflows/alpine-gcc-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpine-gcc-latest.yml b/.github/workflows/alpine-gcc-latest.yml index 69ec445..11f7836 100644 --- a/.github/workflows/alpine-gcc-latest.yml +++ b/.github/workflows/alpine-gcc-latest.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: set up environment run: | - apk add gcc musl-dev gobject-introspection gtk-doc glib py3-wheel py3-setuptools ninja py3-pip + apk --break-system-packages add gcc musl-dev gobject-introspection gtk-doc glib py3-wheel py3-setuptools ninja py3-pip pip install meson==0.55.3 - name: default build