Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoestringresearch committed Nov 7, 2023
1 parent f75b0d8 commit 2a97a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
sparse-checkout: .
- run: find .

# Install EMSDK
- name: Setup Emscripten
Expand All @@ -47,7 +48,7 @@ jobs:
run: curl ${{inputs.source_url}} | tar xzf - && du .

# Overlay files onto SQLite tree
- run: tar -C overlay -cf - . | tar -C sqlite -xvf -
- run: tar -C ./overlay -cf - . | tar -C ./sqlite -xvf -

# Build
- name: Build amalgamation
Expand Down

0 comments on commit 2a97a75

Please sign in to comment.