Skip to content

Commit

Permalink
ci: the alpine package is named build-base, not build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed Dec 4, 2024
1 parent 4cdec99 commit 45ea3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
distro: alpine_latest
githubToken: ${{ github.token }}
install: |
apk add git clang py3-virtualenv pkgconf python3-dev build-essential musl-dev
apk add git clang py3-virtualenv pkgconf python3-dev build-base musl-dev
run: |
set -e
python3 -m virtualenv .venv
Expand Down

0 comments on commit 45ea3f5

Please sign in to comment.