diff --git a/.github/workflows/build_readme.yml b/.github/workflows/build_readme.yml index c6eb54d9..243ffcaa 100644 --- a/.github/workflows/build_readme.yml +++ b/.github/workflows/build_readme.yml @@ -45,7 +45,7 @@ jobs: - name: Checkout run: | - git clone --single-branch --branch tudor/feat-docker-action https://github.com/electric-sql/pglite.git /src + git clone --single-branch --branch tudor/feat-docker-action https://github.com/electric-sql/pglite.git ${{ runner.temp }}/src # - name: Checkout # uses: actions/checkout@v4 @@ -53,7 +53,8 @@ jobs: env: VOL: shared-volume run: | - cd /src + cd ${{ runner.temp }}/src + ls $(pwd) pnpm wasm:build - name: List wasm output dir after build