diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index d365c21..19a9d08 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -16,6 +16,6 @@ runs: with: toolchain: stable - name: Download and locate circom binary - run: | - curl --location --request GET https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 --output $HOME/.cargo/bin/circom - chmod +x $HOME/.cargo/bin/circom \ No newline at end of file + run: | + curl --location --request GET https://github.com/iden3/circom/releases/latest/download/circom-linux-amd64 --output $HOME/.cargo/bin/circom + chmod +x $HOME/.cargo/bin/circom \ No newline at end of file