Skip to content

Commit 640830b

Browse files
committed
Update build step in GitHub Actions to 'extension'
1 parent d205bb4 commit 640830b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/[email protected]
5252

5353
- name: build sqlite-vector
54-
run: make ${{ matrix.make && matrix.make || ''}}
54+
run: make extension ${{ matrix.make && matrix.make || ''}}
5555

5656
- name: windows install sqlite3
5757
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)