Skip to content

Commit

Permalink
ci: add -O flag to the wget command
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Oct 16, 2024
1 parent 5841327 commit bb1c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sudo apt-get update && sudo apt-get install -y wget nlohmann-json3-dev libgmp-dev nasm g++ build-essential
- name: Setup Circom
run: wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 /usr/bin/circom && sudo chmod +x /usr/bin/circom
run: wget https://github.com/iden3/circom/releases/download/v2.1.9/circom-linux-amd64 -O /usr/bin/circom && sudo chmod +x /usr/bin/circom

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit bb1c698

Please sign in to comment.