Skip to content

Commit

Permalink
updating release
Browse files Browse the repository at this point in the history
  • Loading branch information
tee8z committed Aug 16, 2024
1 parent 8e76322 commit d587614
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
submodules: recursive
- name: "Install duckdb"
run: |
#!/bin/bash
if ! command -v unzip &> /dev/null; then
apt-get update && apt-get install -y unzip
fi
Expand All @@ -140,8 +139,12 @@ jobs:
ldconfig
rm libduckdb-linux-amd64.zip
echo "$(pwd)/duckdb_lib"
DUCKDB_LIB_DIR="$(pwd)/duckdb_lib" cargo build
export DUCKDB_LIB_DIR="$(pwd)/duckdb_lib"
shell: "bash"
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
cache-provider: ${{ matrix.cache_provider }}
- name: Install cargo-dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down

0 comments on commit d587614

Please sign in to comment.