Skip to content

Commit

Permalink
Or this
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 2, 2024
1 parent a711d39 commit 1698729
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,11 @@ jobs:
name: tpch-dbgen
path: ./submodules/tpch-dbgen/dbgen/

- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
- uses: actions/download-artifact@v4
with:
name: wasm-mvp
Expand All @@ -687,8 +692,7 @@ jobs:

- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
tree packages/duckdb-wasm/src/bindings
- name: Prepare environment
uses: duckdb/duckdb-wasm-ci-env@f10a0954b7b2b98e8526e0f7bbcb10e614defcbd
Expand Down Expand Up @@ -984,6 +988,11 @@ jobs:
name: tpch-dbgen
path: ./submodules/tpch-dbgen/dbgen/

- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
- uses: actions/download-artifact@v4
with:
name: wasm-mvp-loadable
Expand All @@ -1001,8 +1010,7 @@ jobs:

- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
tree packages/duckdb-wasm/src/bindings
- name: Prepare environment
uses: duckdb/duckdb-wasm-ci-env@f10a0954b7b2b98e8526e0f7bbcb10e614defcbd
Expand Down

0 comments on commit 1698729

Please sign in to comment.