Skip to content

Commit 53cddba

Browse files
committed
Missing versions
1 parent 70b7e4a commit 53cddba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
components: llvm-tools-preview
5757
- name: test
5858
run: |
59-
cargo install cargo-binutils
59+
cargo install cargo-binutils@0.3.6
6060
cargo test
6161
mac:
6262
runs-on: macos-latest
@@ -77,5 +77,5 @@ jobs:
7777
components: llvm-tools-preview
7878
- name: test
7979
run: |
80-
cargo install cargo-binutils
80+
cargo install cargo-binutils@0.3.6
8181
cargo test

0 commit comments

Comments
 (0)