Skip to content

Commit

Permalink
feat: add sudo to chmod command
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Dec 9, 2024
1 parent 88e9b4a commit da50094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: rustfmt, clippy

- name: Download circom v2.1.9 (Linux)
run: wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/local/bin/circom && chmod +x /usr/local/bin/circom
run: wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/local/bin/circom && sudo chmod +x /usr/local/bin/circom

- name: Print circom version
run: circom --version
Expand Down

0 comments on commit da50094

Please sign in to comment.