Skip to content

Commit

Permalink
use binary from release instead of building
Browse files Browse the repository at this point in the history
Signed-off-by: muraca <[email protected]>
  • Loading branch information
muraca committed Oct 3, 2023
1 parent d7bdd12 commit afb7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
steps:
- name: "Installing TOML Sort"
shell: "bash"
run: cargo install --git https://github.com/Off-Narrative-Labs/toml_sort
run: curl https://github.com/Off-Narrative-Labs/toml_sort/releases/download/v0.1.0/toml-sort-x86_64-unknown-linux-gnu.tar.gz -L | tar -xz
- if: ${{ inputs.all }}
name: "Running TOML Sort check on all TOML files starting from current directory"
shell: "bash"
Expand Down

0 comments on commit afb7139

Please sign in to comment.