Skip to content

Commit

Permalink
Remove sudo (it should be unnecessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 15, 2024
1 parent 1ff3032 commit 43019ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
shell: bash
run: |
curl https://raw.githubusercontent.com/zkonduit/ezkl/main/install_ezkl_cli.sh | bash || true
sudo mv ${XDG_CONFIG_HOME:-$HOME}/.ezkl/ezkl /usr/local/bin/ || true
mv ${XDG_CONFIG_HOME:-$HOME}/.ezkl/ezkl /usr/local/bin/ || true
ezkl --version
- name: Setup Environment
shell: bash
Expand Down

0 comments on commit 43019ad

Please sign in to comment.