Skip to content

Commit e6d3d33

Browse files
authored
Try to get tests passing again (#56)
* Try to get tests passing again * Missing versions
1 parent f12a20d commit e6d3d33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cargo check --all-features
3333
- name: test
3434
run: |
35-
cargo install cargo-binutils
35+
cargo install cargo-binutils@0.3.6
3636
cargo test
3737
- name: check formatting
3838
run: cargo fmt -- --check
@@ -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)