We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e51510 commit aa7f3e7Copy full SHA for aa7f3e7
1 file changed
.github/workflows/npm-release.yaml
@@ -77,7 +77,7 @@ jobs:
77
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
78
- run: |
79
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/amd64 node:20-alpine -c "\
80
- apk add build-base --update-cache && \
+ apk add build-base bash --update-cache && \
81
cd /tmp/project && \
82
./scripts/vendor.sh && \
83
make loadable"
@@ -92,7 +92,7 @@ jobs:
92
93
94
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/arm64 node:20-alpine -c "\
95
96
97
98
0 commit comments