Skip to content

Commit

Permalink
Ensure cross is installed in github actions for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jan 13, 2025
1 parent 349349d commit f8a78e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
repo: cargo-lambda/cargo-lambda
platform: linux # Other valid options: 'windows' or 'darwin'
arch: x86_64 # Other valid options for linux: 'aarch64'
- name: Install cross
run: cargo binstall cross
- name: Build release
run: cargo lambda build --compiler cross --release --output-format zip

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.2.2"
version = "1.2.3"
edition = "2021"
keywords = ["deltalake", "parquet", "lambda", "delta", "sqs"]
homepage = "https://github.com/buoyant-data/oxbow"
Expand Down

0 comments on commit f8a78e4

Please sign in to comment.