Skip to content

Commit

Permalink
ci: Add new argument to apk
Browse files Browse the repository at this point in the history
Breaking the CI is definitely one way to make me care about your
platform, Alpine.
  • Loading branch information
ebassi committed Jan 23, 2024
1 parent ba99345 commit 70cab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-gcc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +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
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
- name: default build
Expand Down

0 comments on commit 70cab55

Please sign in to comment.