Skip to content

Commit

Permalink
still trying to make it run on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Dec 2, 2024
1 parent aef9273 commit 98815e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ 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

- name: Build wasm
env:
VOL: shared-volume
run: |
cd /src
cd ${{ runner.temp }}/src
ls $(pwd)
pnpm wasm:build
- name: List wasm output dir after build
Expand Down

0 comments on commit 98815e6

Please sign in to comment.