From 1bf0dddf7e22b8e26e6f179b4e9cca2cee83b032 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 23 Jan 2024 16:03:44 +0000 Subject: [PATCH] ci: Use packaged Meson on Alpine --- .github/workflows/alpine-gcc-latest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/alpine-gcc-latest.yml b/.github/workflows/alpine-gcc-latest.yml index f0d808a..cd4e6be 100644 --- a/.github/workflows/alpine-gcc-latest.yml +++ b/.github/workflows/alpine-gcc-latest.yml @@ -17,8 +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 - pip install --user meson==0.55.3 + apk add gcc musl-dev gobject-introspection gtk-doc glib meson ninja - name: default build run: |