We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12a20d commit e6d3d33Copy full SHA for e6d3d33
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
cargo check --all-features
33
- name: test
34
run: |
35
- cargo install cargo-binutils
+ cargo install cargo-binutils@0.3.6
36
cargo test
37
- name: check formatting
38
run: cargo fmt -- --check
@@ -56,7 +56,7 @@ jobs:
56
components: llvm-tools-preview
57
58
59
60
61
mac:
62
runs-on: macos-latest
@@ -77,5 +77,5 @@ jobs:
77
78
79
80
81
0 commit comments