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: |