Skip to content

Commit

Permalink
don't need python or build tools for test-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 18, 2024
1 parent bf0a93a commit b2c0bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
platforms: linux/arm64
- run: |
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch == 'x64' && 'amd64' || 'arm64' }} node:${{ matrix.node-version }}-alpine -c "\
apk add build-base git python3 py3-setuptools util-linux-dev --update-cache && \
apk add util-linux-dev --update-cache && \
cd /tmp/project && \
npm ci && \
npm run prebuild && \
Expand Down

0 comments on commit b2c0bce

Please sign in to comment.