We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c085829 commit 7e1bf5eCopy full SHA for 7e1bf5e
.github/actions/basics/action.yml
@@ -10,10 +10,6 @@ runs:
10
with:
11
statement: "actions/checkout"
12
13
- - name: Add Cargo bin to PATH
14
- shell: bash
15
- run: echo "${{ env.CARGO_HOME }}/bin" >> $GITHUB_PATH
16
-
17
# ===============================================
18
19
- name: install Rust nightly
@@ -43,8 +39,8 @@ runs:
43
39
- name: install lychee prefligit ripgrep taplo-cli
44
40
shell: bash
45
41
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
+ cargo binstall --no-confirm --locked taplo-cli
48
49
- name: Debug installed binaries
50
0 commit comments