Skip to content

Commit

Permalink
Merge pull request #262 from ebassi/alpine-ci-meson
Browse files Browse the repository at this point in the history
ci: Use packaged Meson on Alpine
  • Loading branch information
ebassi authored Jan 23, 2024
2 parents 6c5f5e9 + 1bf0ddd commit 5b31962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/alpine-gcc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5b31962

Please sign in to comment.