Skip to content

Commit 945040a

Browse files
authored
Try #186:
2 parents 3056caf + f6584eb commit 945040a

File tree

8 files changed

+146
-295
lines changed

8 files changed

+146
-295
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
name: Clippy
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Install cargo-binutils
20+
run: cargo install cargo-binutils
1921
- uses: actions/checkout@v2
2022
with:
2123
submodules: true

.github/workflows/kvm_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
runs-on: [self-hosted]
1818

1919
steps:
20+
- name: Install cargo-binutils
21+
run: cargo install cargo-binutils
2022
- uses: actions/checkout@v2
2123
with:
2224
submodules: true

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
steps:
26+
- name: Install cargo-binutils
27+
run: cargo install cargo-binutils
2628
- uses: actions/checkout@v2
2729
with:
2830
submodules: true

0 commit comments

Comments
 (0)