Skip to content

Commit 7f810cc

Browse files
committed
updated ci
1 parent 6a9ac44 commit 7f810cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'macos-latest'
6969
run: |
7070
make compile-macos
71-
sqlite3 --help
71+
sqlite3 --init test/inc/load_ext_darwin.sql
7272
chmod +x dist/json_equal.dylib
7373
chmod +x dist/regexp.dylib
7474
chmod +x dist/split_part.dylib

test/inc/load_ext_darwin.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SELECT 1;
1+
SELECT 1 as 'fred';

0 commit comments

Comments
 (0)