Skip to content

Commit

Permalink
rust this up as well
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Mar 26, 2024
1 parent 5a05a76 commit 804b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_extension_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
./duckdb/scripts/setup_manylinux2014.sh general aws-cli ccache ssh python_alias openssl
- name: Setup Rust for cross compile
if: ${{ matrix.duckdb_arch == 'linux_arm64' }}
if: ${{ matrix.duckdb_arch == 'linux_arm64' || matrix.duckdb_arch == 'linux_amd64' }}
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 804b2bc

Please sign in to comment.