From 2a97a754ea381a2e9bae2bc89814bc6948638dc4 Mon Sep 17 00:00:00 2001 From: Roy Hashimoto Date: Tue, 7 Nov 2023 12:08:11 -0800 Subject: [PATCH] Debugging. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40d5da0..b264887 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v4 with: sparse-checkout: . + - run: find . # Install EMSDK - name: Setup Emscripten @@ -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