Skip to content

Commit

Permalink
ci: Install Meson in the user directory
Browse files Browse the repository at this point in the history
Avoid installing inside the system.
  • Loading branch information
ebassi committed Jan 23, 2024
1 parent 70cab55 commit 6c5f5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine-gcc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v2
- name: set up environment
run: |
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
apk add gcc musl-dev gobject-introspection gtk-doc glib py3-wheel py3-setuptools ninja py3-pip
pip install --user meson==0.55.3
- name: default build
run: |
Expand Down

0 comments on commit 6c5f5e9

Please sign in to comment.