We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e1fa8 commit 442d335Copy full SHA for 442d335
.github/workflows/build_and_test.yml
@@ -247,9 +247,9 @@ jobs:
247
env:
248
PGSRC: ${{ github.workspace }}/postgres-pglite
249
POSTGRES_PGLITE_OUT: ${{ github.workspace }}/packages/pglite/release
250
- working-directory: ${{ github.workspace }}/postgres-pglite/pglite
+ working-directory: ${{ github.workspace }}
251
run: |
252
- NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./cibuild.sh demo-site
+ NO_SDK_CHECK=true SDKROOT=/opt/python-wasm-sdk bash ./postgres-pglite/pglite/cibuild.sh demo-site
253
254
- name: Build docs
255
working-directory: ./docs
0 commit comments