File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ name: chDB-bun
3
3
on :
4
4
pull_request :
5
5
paths-ignore :
6
- - ' **/.md'
6
+ - " **/.md"
7
7
push :
8
- branches : [ "main" ]
8
+ branches : ["main"]
9
9
paths-ignore :
10
- - ' **/.md'
10
+ - " **/.md"
11
11
12
12
jobs :
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
17
- - name : Fetch library
18
- run : |
16
+ - uses : actions/checkout@v3
17
+ - name : Fetch library
18
+ run : |
19
19
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
20
20
sudo unzip libchdb.zip
21
21
sudo mv libchdb.so /usr/lib/libchdb.so
22
22
sudo ldconfig
23
- - uses : oven-sh/setup-bun@v1
24
- with :
25
- bun-version : latest
26
- - run : bun install
27
- - run : bun example.js
23
+ - uses : oven-sh/setup-bun@v1
24
+ with :
25
+ bun-version : latest
26
+ - run : bun install
27
+ - run : bun example.ts
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
3
3
/lib /libchdb_bun.dylib
4
- /lib /libchdb_bun.so
5
- /lib /libchdb_bun.dll
6
4
/lib /libchdb.so
7
5
/lib /index.js
8
6
/lib /index.d.ts
You can’t perform that action at this time.
0 commit comments