Skip to content

Commit

Permalink
Adjust action
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 6, 2024
1 parent c951e85 commit 7654724
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,15 @@ runs:
- name: Install packages
run: npm install
shell: bash
steps:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
steps:
- name: Clone circom
uses: actions/checkout@v4
with:
repository: iden3/circom
path: circom
steps:
- name: Install circom
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7654724

Please sign in to comment.