Try to fix pg issue

This commit is contained in:
Fang-Pen Lin
2025-11-10 10:38:21 -08:00
parent b04973af56
commit 6b7e359955

View File

@@ -53,6 +53,9 @@ jobs:
echo "ACME_DEVELOPMENT_MODE=true" >> .env
echo "ACME_FEATURE_ENABLED=true" >> .env
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
# XXX: This is a workaround for the error: "error:0308010C:digital envelope routines::unsupported"
# ref: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/69699772#69699772
echo "NODE_OPTIONS=--openssl-legacy-provider" >> .env
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with: