We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b7e4a commit 53cddbaCopy full SHA for 53cddba
1 file changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
components: llvm-tools-preview
57
- name: test
58
run: |
59
- cargo install cargo-binutils
+ cargo install cargo-binutils@0.3.6
60
cargo test
61
mac:
62
runs-on: macos-latest
@@ -77,5 +77,5 @@ jobs:
77
78
79
80
81
0 commit comments