Skip to content

Commit

Permalink
Install py3-setuptools
Browse files Browse the repository at this point in the history
It is broken in alpine-3.12.
  • Loading branch information
ymattw committed Oct 2, 2024
1 parent 3532c48 commit f9d603d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ jobs:
options: --rm -v ${{ github.workspace }}:/workspace -w /workspace
run: |
set -o errexit
apk add bash make
make build
apk add bash make py3-setuptools
# Use /usr/bin/python3 instead of /usr/local/bin/python3
PATH=/usr/bin:$PATH make build

0 comments on commit f9d603d

Please sign in to comment.