We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c152bc + 772a1d5 commit 0325f8eCopy full SHA for 0325f8e
.github/workflows/syntax-checks.yaml
@@ -55,10 +55,7 @@ jobs:
55
- name: Checkout CBMC repository
56
uses: actions/checkout@v3
57
- name: Install latest stable Rust toolchain
58
- uses: actions-rs/toolchain@v1
59
- with:
60
- toolchain: stable
61
- override: true
62
- components: rustfmt, clippy
+ run: |
+ rustup toolchain install stable --profile minimal --no-self-update -c clippy -c rustfmt
63
- name: Run `cargo fmt` on top of Rust API project
64
run: cd src/libcprover-rust; cargo fmt --all -- --check
0 commit comments