Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit f135eb1

Browse files
committed
Update cross crate installation command
1 parent 5b22d70 commit f135eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install cross crate
4646
run: |
47-
cargo binstall cross
47+
cargo binstall cross --no-confirm
4848
4949
- name: Build for non-aarch64 linux
5050
run: cross build --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)