Skip to content

Commit

Permalink
Allow dead code in the cargo install step too
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 6, 2024
1 parent 478dbbd commit 05724c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
cd circom
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo build --release
cargo install --path .
RUSTFLAGS="$RUSTFLAGS -A dead_code" cargo install --path .
- name: Setup node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 05724c1

Please sign in to comment.