Skip to content

Commit 6d24c5d

Browse files
committed
fix(workflow): add error handling in linux-musl arm64 build step
1 parent 9f9fccf commit 6d24c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
-e WEBLITE="${{ env.WEBLITE }}" \
9494
alpine:latest \
9595
sh -c '
96+
set -e
9697
apk update && apk add --no-cache gcc make curl sqlite openssl-dev musl-dev linux-headers
9798
make extension
9899
make test

0 commit comments

Comments
 (0)