We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9fccf commit 6d24c5dCopy full SHA for 6d24c5d
1 file changed
.github/workflows/main.yml
@@ -93,6 +93,7 @@ jobs:
93
-e WEBLITE="${{ env.WEBLITE }}" \
94
alpine:latest \
95
sh -c '
96
+ set -e
97
apk update && apk add --no-cache gcc make curl sqlite openssl-dev musl-dev linux-headers
98
make extension
99
make test
0 commit comments