We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac8520 commit e6aa3edCopy full SHA for e6aa3ed
.github/workflows/pull-noir.yml
@@ -66,7 +66,8 @@ jobs:
66
git fetch --tags
67
git checkout ${{ steps.noir_versions.outputs.latest_nightly }}
68
cd ../..
69
- cargo check --manifest-path avm-transpiler/Cargo.toml
+ # Update Cargo.lock if needed, but don't fail if transpiler no longer builds
70
+ cargo check --manifest-path avm-transpiler/Cargo.toml || true
71
git add noir/noir-repo avm-transpiler/Cargo.lock
72
73
- name: Check for existing PR
0 commit comments