Skip to content

Commit ccd55d7

Browse files
committed
fix download step
1 parent fc582b8 commit ccd55d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
- name: Download chdb library
6666
run: |
6767
./update_libchdb.sh
68-
ls -lahS src/chdb/libchdb*
69-
# move to the correct location
68+
# copy to the correct location
7069
cp libchdb.so src/chdb/libchdb.so
70+
ls -lahS src/chdb/libchdb*
7171
7272
- name: Build
7373
run: dotnet build --no-restore --configuration Release

0 commit comments

Comments
 (0)