Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 887559e

Browse files
committed
fix
1 parent 8d40564 commit 887559e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_measure-circuits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: main
3030

3131
- name: Build measure-circuits binary from `main`
32-
run: cd main/crates/shielder-circuits && make build
32+
run: make build
3333

3434
- name: Run measure-circuits binary from `main`
3535
run: ./main/target/release/measure-circuits > main-report.txt

0 commit comments

Comments
 (0)