We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45636b commit 874575aCopy full SHA for 874575a
wasm-build/build-with-docker.sh
@@ -11,6 +11,7 @@ export WORKSPACE=${GITHUB_WORKSPACE:-$(pwd)}
11
12
cd $(realpath ${WORKSPACE}/postgres-pglite)
13
14
+[ -f ./postgres-pglite/.buildconfig ] && cp ./postgres-pglite/.buildconfig .buildconfig
15
[ -f ./pglite/.buildconfig ] && cp ./pglite/.buildconfig .buildconfig
16
17
source .buildconfig
0 commit comments