Skip to content

Commit

Permalink
Apply more patching
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 17, 2023
1 parent 4600299 commit bb7d131
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 0

- name: Prepare repository
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
with:
version: 'latest'
Expand Down Expand Up @@ -416,6 +420,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 0

- name: Prepare repository
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
with:
version: 'latest'
Expand Down Expand Up @@ -454,6 +462,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 0

- name: Prepare repository
run: |
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- uses: mymindstorm/setup-emsdk@v12
with:
version: 'latest'
Expand Down

0 comments on commit bb7d131

Please sign in to comment.