Skip to content

Commit

Permalink
fixup! .github/workflows/ci.yml: minimize execution times.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Oct 29, 2023
1 parent c28f727 commit b39c454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
rustc --version --verbose
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
cd bindings/rust
sed "s/^rmp/#rmp/;s/^crit/#crit/" Cargo.toml > Cargo.$$.toml && \
sed "s/^crit/#crit/" Cargo.toml > Cargo.$$.toml && \
mv Cargo.$$.toml Cargo.toml
if [ "$GITHUB_EVENT_NAME" != "pull_request" ]; then
cargo update
Expand Down

0 comments on commit b39c454

Please sign in to comment.