Skip to content

Commit

Permalink
build(elixir): don't change cargo-arg arg
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhussein committed Apr 3, 2024
1 parent 65bc7c3 commit cba564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
nif-version: ${{ matrix.nif }}
use-cross: ${{ matrix.job.use-cross }}
variant: ${{ matrix.job.variant }}
cargo-args: ${{ matrix.job.cargo-args }}
cargo-args: "--target-dir=target"
cross-version: "v0.2.5"
project-dir: "elixir/vxl_elixir"

Expand Down

0 comments on commit cba564d

Please sign in to comment.