Skip to content

Commit

Permalink
change ci workflow cross command to 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
briankoehler authored Jan 5, 2025
1 parent d2b30ac commit c295c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
command: ${{ matrix.command }}
command: build
target: ${{ matrix.target }}
args: "--release"
strip: true
Expand Down

0 comments on commit c295c7c

Please sign in to comment.