Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 6, 2024
1 parent 47c1864 commit ce584b0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ runs:
with:
repository: iden3/circom
path: ./circom
- name: Cargo build
working-directory: ./circom
run: cargo build --release
shell: bash
- name: Install circom
working-directory: ./circom
run: |
cargo build --release
cargo install --path circom
run: cargo install --path circom
shell: bash

0 comments on commit ce584b0

Please sign in to comment.