Skip to content

Commit 7e1bf5e

Browse files
authored
chore: cancel force binstall (#30)
1 parent c085829 commit 7e1bf5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/actions/basics/action.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ runs:
1010
with:
1111
statement: "actions/checkout"
1212

13-
- name: Add Cargo bin to PATH
14-
shell: bash
15-
run: echo "${{ env.CARGO_HOME }}/bin" >> $GITHUB_PATH
16-
1713
# ===============================================
1814

1915
- name: install Rust nightly
@@ -43,8 +39,8 @@ runs:
4339
- name: install lychee prefligit ripgrep taplo-cli
4440
shell: bash
4541
run: |
46-
cargo binstall --force --no-confirm lychee prefligit ripgrep
47-
cargo binstall --force --no-confirm --locked taplo-cli
42+
cargo binstall --no-confirm lychee prefligit ripgrep
43+
cargo binstall --no-confirm --locked taplo-cli
4844
4945
- name: Debug installed binaries
5046
shell: bash

0 commit comments

Comments
 (0)