File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,13 @@ jobs:
113
113
114
114
- uses : actions/checkout@v4
115
115
116
+ - name : Download chdb library
117
+ run : |
118
+ ./update_libchdb.sh
119
+ # copy to the correct location
120
+ cp libchdb.so src/chdb/libchdb.so
121
+ ls -lahS src/chdb/libchdb*
122
+
116
123
- name : Pack
117
124
run : |
118
125
dotnet pack src/chdb/chdb.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
@@ -133,6 +140,13 @@ jobs:
133
140
steps :
134
141
- uses : actions/checkout@v4
135
142
143
+ - name : Download chdb library
144
+ run : |
145
+ ./update_libchdb.sh
146
+ # copy to the correct location
147
+ cp libchdb.so src/chdb/libchdb.so
148
+ ls -lahS src/chdb/libchdb*
149
+
136
150
- name : Pack
137
151
run : |
138
152
dotnet pack src/chdb-tool/chdb-tool.csproj -c Release --include-symbols --version-suffix ${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments