Skip to content

Commit

Permalink
override ldproxy install without prompting
Browse files Browse the repository at this point in the history
  • Loading branch information
UnTraDe authored and jessebraham committed Sep 10, 2024
1 parent e7c3910 commit cffabd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash
run: |
curl -LO https://github.com/esp-rs/embuild/releases/latest/download/ldproxy-x86_64-unknown-linux-gnu.zip
unzip ldproxy-x86_64-unknown-linux-gnu.zip -d "$HOME/.cargo/bin"
unzip -o ldproxy-x86_64-unknown-linux-gnu.zip -d "$HOME/.cargo/bin"
chmod a+x "$HOME/.cargo/bin/ldproxy"
- name: Install espup
Expand Down

0 comments on commit cffabd7

Please sign in to comment.