mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
fixup: forgot the lib prefix
This commit is contained in:
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@@ -265,8 +265,8 @@ jobs:
|
||||
jq -r '.packages[].targets[] | select(.kind | index("cdylib")) | .name'
|
||||
)
|
||||
for lib in $cdylibs; do
|
||||
SRC=target/$BUILD_TYPE/$lib.so
|
||||
DST=/tmp/neon/bin/$lib.so
|
||||
SRC=target/$BUILD_TYPE/lib$lib.so
|
||||
DST=/tmp/neon/bin/lib$lib.so
|
||||
cp "$SRC" "$DST"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user