Skip to content

Commit f7277d8

Browse files
committed
Fix CI
Starting from 0.2.0, cargo-binutils always tries to build the project itself, which does not work in our case since we require cargo-xbuild.
1 parent 60312ba commit f7277d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: "Install cargo-xbuild"
4545
run: cargo install cargo-xbuild --debug
4646
- name: "Install cargo-binutils"
47-
run: cargo install cargo-binutils --debug
47+
run: cargo install cargo-binutils --version 0.1.7 --debug
4848

4949
- run: cargo xbuild
5050
working-directory: test-kernel

0 commit comments

Comments
 (0)