diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 031d088d..9453b170 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: rustc --version --verbose export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cd bindings/rust + sed "s/^crit/#crit/" Cargo.toml > Cargo.$$.toml && \ + mv Cargo.$$.toml Cargo.toml if [ "$GITHUB_EVENT_NAME" != "pull_request" ]; then cargo update fi