Skip to content

Commit f3cde48

Browse files
committed
fix CI for ch9
1 parent 361e45f commit f3cde48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/doc-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
toolchain: ${{ env.rust_toolchain }}
3737
components: rust-src, llvm-tools-preview
3838
target: riscv64gc-unknown-none-elf
39-
- uses: actions-rs/install@v0.1
40-
with:
41-
crate: cargo-binutils
42-
version: 0.3.0
43-
use-tool-cache: true
39+
# - uses: actions-rs/install@v0.1
40+
# with:
41+
# crate: cargo-binutils
42+
# version: 0.3.0
43+
# use-tool-cache: true
4444
- name: Cache QEMU
4545
uses: actions/cache@v3
4646
with:

0 commit comments

Comments
 (0)