Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tee8z committed Aug 16, 2024
1 parent d587614 commit 819e1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
wget "https://github.com/duckdb/duckdb/releases/download/v1.0.0/libduckdb-linux-amd64.zip"
unzip libduckdb-linux-amd64.zip -d duckdb_lib
cp duckdb_lib/lib*.so* /usr/local/lib/
ldconfig
sudo ldconfig
rm libduckdb-linux-amd64.zip
echo "$(pwd)/duckdb_lib"
export DUCKDB_LIB_DIR="$(pwd)/duckdb_lib"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
wget "https://github.com/duckdb/duckdb/releases/download/v1.0.0/libduckdb-linux-amd64.zip"
unzip libduckdb-linux-amd64.zip -d duckdb_lib
cp duckdb_lib/lib*.so* /usr/local/lib/
ldconfig
sudo ldconfig
rm libduckdb-linux-amd64.zip
echo "$(pwd)/duckdb_lib"
export DUCKDB_LIB_DIR="$(pwd)/duckdb_lib"
Expand Down

0 comments on commit 819e1a5

Please sign in to comment.