Skip to content

Commit

Permalink
ci: Use packaged Meson on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Jan 23, 2024
1 parent 6c5f5e9 commit 1bf0ddd
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 1bf0ddd

Please sign in to comment.