Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 16, 2024
1 parent 8d2a462 commit f144768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-circuit-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
steps:
- name: Checkout code
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Configure
run: echo "exec script" && cd crypto3 && mkdir build && cd build && cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=TRUE -G Ninja && pwd && ls -l -a
shell: nix develop .#crypto3-tests --command bash -e {0}
Expand Down

0 comments on commit f144768

Please sign in to comment.