Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Dec 20, 2024
1 parent 20051fa commit 1fa6355
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 @@ -40,7 +40,7 @@ jobs:
- name: Build and Install Binary
run: |
mkdir -p install_dir
cargo install --path . --root install_dir --target ${{ matrix.target }}
cargo install --release --path . --root install_dir --target ${{ matrix.target }}
ls -l install_dir/bin
shell: bash

Expand Down

0 comments on commit 1fa6355

Please sign in to comment.