Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 27, 2024
1 parent c15654c commit f2469a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proof_verification_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -r requirements.txt
- name: Clone custom scarb
run: git clone https://github.com/fmkra/scarb.git && git pull && git checkout feature_set_manipulations
run: git clone https://github.com/fmkra/scarb.git && cd scarb && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

- name: Build custom scarb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: scarb fmt --check

- name: Clone custom scarb
run: git clone https://github.com/fmkra/scarb.git && git pull && git checkout feature_set_manipulations
run: git clone https://github.com/fmkra/scarb.git && cd scarb && git checkout feature_set_manipulations
working-directory: ${{ github.workspace }}

- name: Build custom scarb
Expand Down

0 comments on commit f2469a9

Please sign in to comment.