Skip to content

Commit cf2048b

Browse files
committed
Move to alternative name
1 parent c40bfb7 commit cf2048b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- name: Prepare repository
199199
run: |
200200
(cd ./submodules/duckdb && git fetch --all --tags)
201-
make patch_duckdb
201+
make apply_patches
202202
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
203203
204204
- name: Prepare environment
@@ -296,7 +296,7 @@ jobs:
296296
- name: Prepare repository
297297
run: |
298298
(cd ./submodules/duckdb && git fetch --all --tags)
299-
make patch_duckdb
299+
make apply_patches
300300
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
301301
302302
- name: Prepare environment
@@ -362,7 +362,7 @@ jobs:
362362

363363
- name: Prepare repository
364364
run: |
365-
make patch_duckdb
365+
make apply_patches
366366
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
367367
368368
- uses: mymindstorm/setup-emsdk@v14
@@ -405,7 +405,7 @@ jobs:
405405

406406
- name: Prepare repository
407407
run: |
408-
make patch_duckdb
408+
make apply_patches
409409
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
410410
411411
- uses: mymindstorm/setup-emsdk@v14
@@ -448,7 +448,7 @@ jobs:
448448

449449
- name: Prepare repository
450450
run: |
451-
make patch_duckdb
451+
make apply_patches
452452
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
453453
454454
- uses: mymindstorm/setup-emsdk@v14
@@ -492,7 +492,7 @@ jobs:
492492

493493
- name: Prepare repository
494494
run: |
495-
make patch_duckdb
495+
make apply_patches
496496
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
497497
498498
- uses: mymindstorm/setup-emsdk@v14
@@ -535,7 +535,7 @@ jobs:
535535

536536
- name: Prepare repository
537537
run: |
538-
make patch_duckdb
538+
make apply_patches
539539
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
540540
541541
- uses: mymindstorm/setup-emsdk@v14
@@ -578,7 +578,7 @@ jobs:
578578

579579
- name: Prepare repository
580580
run: |
581-
make patch_duckdb
581+
make apply_patches
582582
cd submodules/duckdb && git tag ${{ inputs.override_git_describe }}
583583
584584
- uses: mymindstorm/setup-emsdk@v14

0 commit comments

Comments
 (0)