We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60312ba commit f7277d8Copy full SHA for f7277d8
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: "Install cargo-xbuild"
45
run: cargo install cargo-xbuild --debug
46
- name: "Install cargo-binutils"
47
- run: cargo install cargo-binutils --debug
+ run: cargo install cargo-binutils --version 0.1.7 --debug
48
49
- run: cargo xbuild
50
working-directory: test-kernel
0 commit comments