Skip to content

Commit 3ad8026

Browse files
committed
updated ci
1 parent aed0c10 commit 3ad8026

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
if: matrix.os == 'macos-latest'
4040
run: |
4141
brew install unzip
42-
brew reinstall gcc sqlite3
42+
brew install sqlite
43+
brew link sqlite --force
4344
4445
- name: Download and prepare sources
4546
run: |

test/json_equal.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.load './dist/json_equal'
1+
.load dist/json_equal
22

33
-- Test for identical JSON objects
44
select '2_01', json_equal('{"key": "value"}', '{"key": "value"}') = 1;

0 commit comments

Comments
 (0)